#38A056

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

Shades of Chateau Green #38A056

Tints of Chateau Green #38A056

Color information

#38A056 (or 0x38A056) is unknown color: approx Chateau Green. HEX triplet: 38, A0 and 56. RGB value is (56,160,86). Sum of RGB (Red+Green+Blue) = 56+160+86=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #38A056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A056 is #C75FA9. Grayscale: #787878. Windows color (decimal): -13066154 or 5677112. OLE color: 5677112.

HSL color Cylindrical-coordinate representation of color #38A056: hue angle of 137.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A056 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB5616086-
CMYK0.6500.460.37
HSL137.31º48.15%42.35%-
HSV(B)137.31º65%62.75%-
XYZ15.8826.6513.11-
YUV120.47108.5482.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 160 (62.89% from 255) = 52.98%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=18.54%
G=52.98%
B=28.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160860.6500.460.37137.3148.1542.35
Hex38A0564102E2589302a
Octal70240126101056452116052
Binary1110001010000010101101000001010111010010110001001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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