Html Css Color HEX #42924F Chateau Green

📋 copy color: '#42924F'

red 66 ◦ green 146 ◦ blue 79

#42924F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #42924F

Tints of Chateau Green #42924F

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

 GREEN value IS 146 (57.42% from 255) = 50.17%

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 22.68%
G = 50.17%
B = 27.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#42924F (or 0x42924F) is known color: Chateau Green. HEX triplet: 42, 92 and 4F. RGB value is (66,146,79). Sum of RGB (Red+Green+Blue) = 66+146+79=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #42924F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42924F is #BD6DB0. Grayscale: #727272. Windows color (decimal): -12414385 or 5214786. OLE color: 5214786.

HSL color Cylindrical-coordinate representation of color #42924F: hue angle of 129.75º 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 #42924F is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 79 -
CMYK 0.55 0 0.46 0.43
HSL 129.75º 0.38% 0.42% -
HSV(B) 129.75º 0.55% 0.57% -
XYZ 13.94 22.28 10.96 -
YUV 114.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 66 146 79 0.55 0 0.46 0.43 129.75 0.38 0.42
Hex 42 92 4F 37 0 2E 2B 82 26 2A
Octal 102 222 117 67 0 56 53 202 46 52
Binary 1000010 10010010 1001111 110111 0 101110 101011 10000010 100110 101010

Color Harmonies of #42924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42924F

Black with #42924F

Text Example


Text Example

White with #42924F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42924F;
 }
 .AnyTagClassName
 {
   color: #42924F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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