#38A45C

Color #38A45C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38A45C

Tints of Chateau Green #38A45C

Color information

#38A45C (or 0x38A45C) is unknown color: approx Chateau Green. HEX triplet: 38, A4 and 5C. RGB value is (56,164,92). Sum of RGB (Red+Green+Blue) = 56+164+92=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #38A45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A45C is #C75BA3. Grayscale: #7B7B7B. Windows color (decimal): -13065124 or 6071352. OLE color: 6071352.

HSL color Cylindrical-coordinate representation of color #38A45C: hue angle of 140º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A45C is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB5616492-
CMYK0.6600.440.36
HSL140º49.09%43.14%-
HSV(B)140º65.85%64.31%-
XYZ16.8428.1614.67-
YUV123.5110.2279.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=17.95%
G=52.56%
B=29.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164920.6600.440.3614049.0943.14
Hex38A45C4202C248c312b
Octal70244134102054442146153
Binary1110001010010010111001000010010110010010010001100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A45C; }

 p { color: rgb(56,164,92); }

 H1.HeaderClassName
 {
   color: #38A45C;
 }
 .AnyTagClassName
 {
   color: #38A45C;
 }
</style>
background-color css

<style>
 a { background-color: #38A45C; }

 a { background-color: rgb(56,164,92); }

 div.DivClassName
 {
   background-color: #38A45C;
 }
 .BgClassName
 {
   background-color: #38A45C;
 }
</style>
border-color css

<style>
 span { border-color: #38A45C; }

 span { border-color: rgb(56,164,92); }

 td.TdClassName
 {
   border-color: #38A45C;
 }
 .TagClassName
 {
   border-color: #38A45C;
 }
</style>