#42924E

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

Shades of Chateau Green #42924E

Tints of Chateau Green #42924E

Color information

#42924E (or 0x42924E) is unknown color: approx Chateau Green. HEX triplet: 42, 92 and 4E. RGB value is (66,146,78). Sum of RGB (Red+Green+Blue) = 66+146+78=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #42924E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42924E is #BD6DB1. Grayscale: #727272. Windows color (decimal): -12414386 or 5149250. OLE color: 5149250.

HSL color Cylindrical-coordinate representation of color #42924E: hue angle of 129º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42924E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB6614678-
CMYK0.5500.470.43
HSL129º37.74%41.57%-
HSV(B)129º54.79%57.25%-
XYZ13.922.2710.77-
YUV114.33107.593.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=22.76%
G=50.34%
B=26.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146780.5500.470.4312937.7441.57
Hex42924E3702F2B81262a
Octal10222211667057532014652
Binary1000010100100101001110110111010111110101110000001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42924E; }

 p { color: rgb(66,146,78); }

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

<style>
 a { background-color: #42924E; }

 a { background-color: rgb(66,146,78); }

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

<style>
 span { border-color: #42924E; }

 span { border-color: rgb(66,146,78); }

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