Html Css Color HEX #42B05A Chateau Green

📋 copy color: '#42B05A'

red 66 ◦ green 176 ◦ blue 90

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

Shades of Chateau Green #42B05A

Tints of Chateau Green #42B05A

RGB

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

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

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

R = 19.88%
G = 53.01%
B = 27.11%

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

#42B05A (or 0x42B05A) is known color: Chateau Green. HEX triplet: 42, B0 and 5A. RGB value is (66,176,90). Sum of RGB (Red+Green+Blue) = 66+176+90=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #42B05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B05A is #BD4FA5. Grayscale: #858585. Windows color (decimal): -12406694 or 5943362. OLE color: 5943362.

HSL color Cylindrical-coordinate representation of color #42B05A: hue angle of 133.09º 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 #42B05A is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 90 -
CMYK 0.62 0 0.49 0.31
HSL 133.09º 0.45% 0.47% -
HSV(B) 133.09º 0.63% 0.69% -
XYZ 19.62 32.95 15 -
YUV 133.31 103.56 79.99 -
System Red Green Blue C M Y K H S L
Decimal 66 176 90 0.62 0 0.49 0.31 133.09 0.45 0.47
Hex 42 B0 5A 3E 0 31 1F 85 2D 2F
Octal 102 260 132 76 0 61 37 205 55 57
Binary 1000010 10110000 1011010 111110 0 110001 11111 10000101 101101 101111

Color Harmonies of #42B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B05A

Black with #42B05A

Text Example


Text Example

White with #42B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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