#38AF56

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

Shades of Chateau Green #38AF56

Tints of Chateau Green #38AF56

Color information

#38AF56 (or 0x38AF56) is unknown color: approx Chateau Green. HEX triplet: 38, AF and 56. RGB value is (56,175,86). Sum of RGB (Red+Green+Blue) = 56+175+86=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF56 is #C750A9. Grayscale: #818181. Windows color (decimal): -13062314 or 5680952. OLE color: 5680952.

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

Color convert

RGB5617586-
CMYK0.6800.510.31
HSL135.13º51.52%45.29%-
HSV(B)135.13º68%68.63%-
XYZ18.6432.1714.03-
YUV129.27103.5875.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=17.67%
G=55.21%
B=27.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175860.6800.510.31135.1351.5245.29
Hex38AF56440331F87342d
Octal70257126104063372076455
Binary111000101011111010110100010001100111111110000111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,86); }

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

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

 a { background-color: rgb(56,175,86); }

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

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

 span { border-color: rgb(56,175,86); }

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