#38AF58

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

Shades of Chateau Green #38AF58

Tints of Chateau Green #38AF58

Color information

#38AF58 (or 0x38AF58) is unknown color: approx Chateau Green. HEX triplet: 38, AF and 58. RGB value is (56,175,88). Sum of RGB (Red+Green+Blue) = 56+175+88=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF58 is #C750A7. Grayscale: #818181. Windows color (decimal): -13062312 or 5812024. OLE color: 5812024.

HSL color Cylindrical-coordinate representation of color #38AF58: hue angle of 136.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 #38AF58 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB5617588-
CMYK0.6800.500.31
HSL136.13º51.52%45.29%-
HSV(B)136.13º68%68.63%-
XYZ18.7232.2114.46-
YUV129.5104.5875.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 175 (68.75% from 255) = 54.86%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=17.55%
G=54.86%
B=27.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175880.6800.500.31136.1351.5245.29
Hex38AF58440321F88342d
Octal70257130104062372106455
Binary111000101011111011000100010001100101111110001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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