Html Css Color HEX #42995B Chateau Green

📋 copy color: '#42995B'

red 66 ◦ green 153 ◦ blue 91

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

Shades of Chateau Green #42995B

Tints of Chateau Green #42995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 21.29%
G = 49.35%
B = 29.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#42995B (or 0x42995B) is known color: Chateau Green. HEX triplet: 42, 99 and 5B. RGB value is (66,153,91). Sum of RGB (Red+Green+Blue) = 66+153+91=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #42995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42995B is #BD66A4. Grayscale: #787878. Windows color (decimal): -12412581 or 6003010. OLE color: 6003010.

HSL color Cylindrical-coordinate representation of color #42995B: hue angle of 137.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42995B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 91 -
CMYK 0.57 0 0.41 0.4
HSL 137.24º 0.4% 0.43% -
HSV(B) 137.24º 0.57% 0.6% -
XYZ 15.53 24.7 13.85 -
YUV 119.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 66 153 91 0.57 0 0.41 0.4 137.24 0.4 0.43
Hex 42 99 5B 39 0 29 28 89 28 2B
Octal 102 231 133 71 0 51 50 211 50 53
Binary 1000010 10011001 1011011 111001 0 101001 101000 10001001 101000 101011

Color Harmonies of #42995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42995B

Black with #42995B

Text Example


Text Example

White with #42995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42995B; }

 p { color: rgb(66,153,91); }

 H1.HeaderClassName
 {
   color: #42995B;
 }
 .AnyTagClassName
 {
   color: #42995B;
 }
</style>

background-color css

<style>
 a { background-color: #42995B; }

 a { background-color: rgb(66,153,91); }

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

border-color css

<style>
 span { border-color: #42995B; }

 span { border-color: rgb(66,153,91); }

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