Html Css Color HEX #42B059 Chateau Green

📋 copy color: '#42B059'

red 66 ◦ green 176 ◦ blue 89

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

Shades of Chateau Green #42B059

Tints of Chateau Green #42B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.17%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 19.94%
G = 53.17%
B = 26.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#42B059 (or 0x42B059) is known color: Chateau Green. HEX triplet: 42, B0 and 59. RGB value is (66,176,89). Sum of RGB (Red+Green+Blue) = 66+176+89=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #42B059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B059 is #BD4FA6. Grayscale: #858585. Windows color (decimal): -12406695 or 5877826. OLE color: 5877826.

HSL color Cylindrical-coordinate representation of color #42B059: hue angle of 132.55º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B059 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 89 -
CMYK 0.62 0 0.49 0.31
HSL 132.55º 0.45% 0.47% -
HSV(B) 132.55º 0.63% 0.69% -
XYZ 19.58 32.93 14.78 -
YUV 133.19 103.06 80.07 -
System Red Green Blue C M Y K H S L
Decimal 66 176 89 0.62 0 0.49 0.31 132.55 0.45 0.47
Hex 42 B0 59 3E 0 31 1F 85 2D 2F
Octal 102 260 131 76 0 61 37 205 55 57
Binary 1000010 10110000 1011001 111110 0 110001 11111 10000101 101101 101111

Color Harmonies of #42B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B059

Black with #42B059

Text Example


Text Example

White with #42B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B059; }

 p { color: rgb(66,176,89); }

 H1.HeaderClassName
 {
   color: #42B059;
 }
 .AnyTagClassName
 {
   color: #42B059;
 }
</style>

background-color css

<style>
 a { background-color: #42B059; }

 a { background-color: rgb(66,176,89); }

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

border-color css

<style>
 span { border-color: #42B059; }

 span { border-color: rgb(66,176,89); }

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