Html Css Color HEX #42B056 Chateau Green

📋 copy color: '#42B056'

red 66 ◦ green 176 ◦ blue 86

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

Shades of Chateau Green #42B056

Tints of Chateau Green #42B056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.22%

R = 20.12%
G = 53.66%
B = 26.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#42B056 (or 0x42B056) is known color: Chateau Green. HEX triplet: 42, B0 and 56. RGB value is (66,176,86). Sum of RGB (Red+Green+Blue) = 66+176+86=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #42B056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B056 is #BD4FA9. Grayscale: #858585. Windows color (decimal): -12406698 or 5681218. OLE color: 5681218.

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

Color convert

RGB 66 176 86 -
CMYK 0.62 0 0.51 0.31
HSL 130.91º 0.45% 0.47% -
HSV(B) 130.91º 0.63% 0.69% -
XYZ 19.45 32.88 14.13 -
YUV 132.85 101.56 80.32 -
System Red Green Blue C M Y K H S L
Decimal 66 176 86 0.62 0 0.51 0.31 130.91 0.45 0.47
Hex 42 B0 56 3E 0 33 1F 83 2D 2F
Octal 102 260 126 76 0 63 37 203 55 57
Binary 1000010 10110000 1010110 111110 0 110011 11111 10000011 101101 101111

Color Harmonies of #42B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B056

Black with #42B056

Text Example


Text Example

White with #42B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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