#38AE5C

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

Shades of Chateau Green #38AE5C

Tints of Chateau Green #38AE5C

Color information

#38AE5C (or 0x38AE5C) is unknown color: approx Chateau Green. HEX triplet: 38, AE and 5C. RGB value is (56,174,92). Sum of RGB (Red+Green+Blue) = 56+174+92=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AE5C is #C751A3. Grayscale: #818181. Windows color (decimal): -13062564 or 6073912. OLE color: 6073912.

HSL color Cylindrical-coordinate representation of color #38AE5C: hue angle of 138.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AE5C is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB5617492-
CMYK0.6800.470.32
HSL138.31º51.3%45.1%-
HSV(B)138.31º67.82%68.24%-
XYZ18.731.8915.29-
YUV129.37106.9175.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 174 (68.36% from 255) = 54.04%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=17.39%
G=54.04%
B=28.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56174920.6800.470.32138.3151.345.1
Hex38AE5C4402F208a332d
Octal70256134104057402126355
Binary1110001010111010111001000100010111110000010001010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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