#38954F

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

Shades of Chateau Green #38954F

Tints of Chateau Green #38954F

Color information

#38954F (or 0x38954F) is unknown color: approx Chateau Green. HEX triplet: 38, 95 and 4F. RGB value is (56,149,79). Sum of RGB (Red+Green+Blue) = 56+149+79=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #38954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38954F is #C76AB0. Grayscale: #717171. Windows color (decimal): -13068977 or 5215544. OLE color: 5215544.

HSL color Cylindrical-coordinate representation of color #38954F: hue angle of 134.84º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38954F is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB5614979-
CMYK0.6200.470.42
HSL134.84º45.37%40.2%-
HSV(B)134.84º62.42%58.43%-
XYZ13.7922.911.09-
YUV113.21108.6987.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=19.72%
G=52.46%
B=27.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149790.6200.470.42134.8445.3740.2
Hex38954F3E02F2A872d28
Octal7022511776057522075550
Binary111000100101011001111111110010111110101010000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38954F; }

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

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

<style>
 a { background-color: #38954F; }

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

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

<style>
 span { border-color: #38954F; }

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

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