Html Css Color HEX #42A560 Chateau Green

📋 copy color: '#42A560'

red 66 ◦ green 165 ◦ blue 96

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

Shades of Chateau Green #42A560

Tints of Chateau Green #42A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.46%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 20.18%
G = 50.46%
B = 29.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#42A560 (or 0x42A560) is known color: Chateau Green. HEX triplet: 42, A5 and 60. RGB value is (66,165,96). Sum of RGB (Red+Green+Blue) = 66+165+96=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #42A560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A560 is #BD5A9F. Grayscale: #7F7F7F. Windows color (decimal): -12409504 or 6333762. OLE color: 6333762.

HSL color Cylindrical-coordinate representation of color #42A560: hue angle of 138.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A560 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 96 -
CMYK 0.60 0 0.42 0.35
HSL 138.18º 0.43% 0.45% -
HSV(B) 138.18º 0.6% 0.65% -
XYZ 17.81 28.91 15.71 -
YUV 127.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 66 165 96 0.60 0 0.42 0.35 138.18 0.43 0.45
Hex 42 A5 60 3C 0 2A 23 8A 2B 2D
Octal 102 245 140 74 0 52 43 212 53 55
Binary 1000010 10100101 1100000 111100 0 101010 100011 10001010 101011 101101

Color Harmonies of #42A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A560

Black with #42A560

Text Example


Text Example

White with #42A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,165,96); }

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

background-color css

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

 a { background-color: rgb(66,165,96); }

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

border-color css

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

 span { border-color: rgb(66,165,96); }

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