Html Css Color HEX #42964F Chateau Green

📋 copy color: '#42964F'

red 66 ◦ green 150 ◦ blue 79

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

Shades of Chateau Green #42964F

Tints of Chateau Green #42964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.85%

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

R = 22.37%
G = 50.85%
B = 26.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#42964F (or 0x42964F) is known color: Chateau Green. HEX triplet: 42, 96 and 4F. RGB value is (66,150,79). Sum of RGB (Red+Green+Blue) = 66+150+79=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #42964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42964F is #BD69B0. Grayscale: #747474. Windows color (decimal): -12413361 or 5215810. OLE color: 5215810.

HSL color Cylindrical-coordinate representation of color #42964F: hue angle of 129.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42964F is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 79 -
CMYK 0.56 0 0.47 0.41
HSL 129.29º 0.39% 0.42% -
HSV(B) 129.29º 0.56% 0.59% -
XYZ 14.56 23.54 11.17 -
YUV 116.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 66 150 79 0.56 0 0.47 0.41 129.29 0.39 0.42
Hex 42 96 4F 38 0 2F 29 81 27 2A
Octal 102 226 117 70 0 57 51 201 47 52
Binary 1000010 10010110 1001111 111000 0 101111 101001 10000001 100111 101010

Color Harmonies of #42964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42964F

Black with #42964F

Text Example


Text Example

White with #42964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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