Html Css Color HEX #42995A Chateau Green

📋 copy color: '#42995A'

red 66 ◦ green 153 ◦ blue 90

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

Shades of Chateau Green #42995A

Tints of Chateau Green #42995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 21.36%
G = 49.51%
B = 29.13%

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

#42995A (or 0x42995A) is known color: Chateau Green. HEX triplet: 42, 99 and 5A. RGB value is (66,153,90). Sum of RGB (Red+Green+Blue) = 66+153+90=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #42995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42995A is #BD66A5. Grayscale: #777777. Windows color (decimal): -12412582 or 5937474. OLE color: 5937474.

HSL color Cylindrical-coordinate representation of color #42995A: hue angle of 136.55º 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 #42995A is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 90 -
CMYK 0.57 0 0.41 0.4
HSL 136.55º 0.4% 0.43% -
HSV(B) 136.55º 0.57% 0.6% -
XYZ 15.48 24.68 13.62 -
YUV 119.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 66 153 90 0.57 0 0.41 0.4 136.55 0.4 0.43
Hex 42 99 5A 39 0 29 28 89 28 2B
Octal 102 231 132 71 0 51 50 211 50 53
Binary 1000010 10011001 1011010 111001 0 101001 101000 10001001 101000 101011

Color Harmonies of #42995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42995A

Black with #42995A

Text Example


Text Example

White with #42995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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