Html Css Color HEX #42A55F Chateau Green

📋 copy color: '#42A55F'

red 66 ◦ green 165 ◦ blue 95

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

Shades of Chateau Green #42A55F

Tints of Chateau Green #42A55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 20.25%
G = 50.61%
B = 29.14%

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

#42A55F (or 0x42A55F) is known color: Chateau Green. HEX triplet: 42, A5 and 5F. RGB value is (66,165,95). Sum of RGB (Red+Green+Blue) = 66+165+95=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #42A55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A55F is #BD5AA0. Grayscale: #7F7F7F. Windows color (decimal): -12409505 or 6268226. OLE color: 6268226.

HSL color Cylindrical-coordinate representation of color #42A55F: hue angle of 137.58º 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 #42A55F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 95 -
CMYK 0.60 0 0.42 0.35
HSL 137.58º 0.43% 0.45% -
HSV(B) 137.58º 0.6% 0.65% -
XYZ 17.77 28.89 15.47 -
YUV 127.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 66 165 95 0.60 0 0.42 0.35 137.58 0.43 0.45
Hex 42 A5 5F 3C 0 2A 23 8A 2B 2D
Octal 102 245 137 74 0 52 43 212 53 55
Binary 1000010 10100101 1011111 111100 0 101010 100011 10001010 101011 101101

Color Harmonies of #42A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A55F

Black with #42A55F

Text Example


Text Example

White with #42A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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