Html Css Color HEX #42A256 Chateau Green

📋 copy color: '#42A256'

red 66 ◦ green 162 ◦ blue 86

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

Shades of Chateau Green #42A256

Tints of Chateau Green #42A256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

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

R = 21.02%
G = 51.59%
B = 27.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#42A256 (or 0x42A256) is known color: Chateau Green. HEX triplet: 42, A2 and 56. RGB value is (66,162,86). Sum of RGB (Red+Green+Blue) = 66+162+86=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #42A256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A256 is #BD5DA9. Grayscale: #7C7C7C. Windows color (decimal): -12410282 or 5677634. OLE color: 5677634.

HSL color Cylindrical-coordinate representation of color #42A256: hue angle of 132.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A256 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 86 -
CMYK 0.59 0 0.47 0.36
HSL 132.5º 0.42% 0.45% -
HSV(B) 132.5º 0.59% 0.64% -
XYZ 16.85 27.67 13.26 -
YUV 124.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 66 162 86 0.59 0 0.47 0.36 132.5 0.42 0.45
Hex 42 A2 56 3B 0 2F 24 84 2A 2D
Octal 102 242 126 73 0 57 44 204 52 55
Binary 1000010 10100010 1010110 111011 0 101111 100100 10000100 101010 101101

Color Harmonies of #42A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A256

Black with #42A256

Text Example


Text Example

White with #42A256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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