Html Css Color HEX #42A15A Chateau Green

📋 copy color: '#42A15A'

red 66 ◦ green 161 ◦ blue 90

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

Shades of Chateau Green #42A15A

Tints of Chateau Green #42A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.79%

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

R = 20.82%
G = 50.79%
B = 28.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#42A15A (or 0x42A15A) is known color: Chateau Green. HEX triplet: 42, A1 and 5A. RGB value is (66,161,90). Sum of RGB (Red+Green+Blue) = 66+161+90=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #42A15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A15A is #BD5EA5. Grayscale: #7C7C7C. Windows color (decimal): -12410534 or 5939522. OLE color: 5939522.

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

Color convert

RGB 66 161 90 -
CMYK 0.59 0 0.44 0.37
HSL 135.16º 0.42% 0.45% -
HSV(B) 135.16º 0.59% 0.63% -
XYZ 16.84 27.39 14.07 -
YUV 124.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 66 161 90 0.59 0 0.44 0.37 135.16 0.42 0.45
Hex 42 A1 5A 3B 0 2C 25 87 2A 2D
Octal 102 241 132 73 0 54 45 207 52 55
Binary 1000010 10100001 1011010 111011 0 101100 100101 10000111 101010 101101

Color Harmonies of #42A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A15A

Black with #42A15A

Text Example


Text Example

White with #42A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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