Html Css Color HEX #42914F Chateau Green

📋 copy color: '#42914F'

red 66 ◦ green 145 ◦ blue 79

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

Shades of Chateau Green #42914F

Tints of Chateau Green #42914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50%

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

R = 22.76%
G = 50%
B = 27.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#42914F (or 0x42914F) is known color: Chateau Green. HEX triplet: 42, 91 and 4F. RGB value is (66,145,79). Sum of RGB (Red+Green+Blue) = 66+145+79=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #42914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42914F is #BD6EB0. Grayscale: #727272. Windows color (decimal): -12414641 or 5214530. OLE color: 5214530.

HSL color Cylindrical-coordinate representation of color #42914F: hue angle of 129.87º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42914F is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 79 -
CMYK 0.54 0 0.46 0.43
HSL 129.87º 0.37% 0.41% -
HSV(B) 129.87º 0.54% 0.57% -
XYZ 13.78 21.97 10.91 -
YUV 113.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 66 145 79 0.54 0 0.46 0.43 129.87 0.37 0.41
Hex 42 91 4F 36 0 2E 2B 82 25 29
Octal 102 221 117 66 0 56 53 202 45 51
Binary 1000010 10010001 1001111 110110 0 101110 101011 10000010 100101 101001

Color Harmonies of #42914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42914F

Black with #42914F

Text Example


Text Example

White with #42914F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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