#38B24F

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

Shades of Chateau Green #38B24F

Tints of Chateau Green #38B24F

Color information

#38B24F (or 0x38B24F) is unknown color: approx Chateau Green. HEX triplet: 38, B2 and 4F. RGB value is (56,178,79). Sum of RGB (Red+Green+Blue) = 56+178+79=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #38B24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B24F is #C74DB0. Grayscale: #828282. Windows color (decimal): -13061553 or 5222968. OLE color: 5222968.

HSL color Cylindrical-coordinate representation of color #38B24F: hue angle of 131.31º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B24F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB5617879-
CMYK0.6900.560.30
HSL131.31º52.14%45.88%-
HSV(B)131.31º68.54%69.8%-
XYZ18.9633.2512.81-
YUV130.2499.0875.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 178 (69.92% from 255) = 56.87%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=17.89%
G=56.87%
B=25.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56178790.6900.560.30131.3152.1445.88
Hex38B24F450381E83342e
Octal70262117105070362036456
Binary111000101100101001111100010101110001111010000011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,79); }

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

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

 a { background-color: rgb(56,178,79); }

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

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

 span { border-color: rgb(56,178,79); }

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