Html Css Color HEX #42A95C Chateau Green

📋 copy color: '#42A95C'

red 66 ◦ green 169 ◦ blue 92

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

Shades of Chateau Green #42A95C

Tints of Chateau Green #42A95C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.68%

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 20.18%
G = 51.68%
B = 28.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#42A95C (or 0x42A95C) is known color: Chateau Green. HEX triplet: 42, A9 and 5C. RGB value is (66,169,92). Sum of RGB (Red+Green+Blue) = 66+169+92=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #42A95C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A95C is #BD56A3. Grayscale: #818181. Windows color (decimal): -12408484 or 6072642. OLE color: 6072642.

HSL color Cylindrical-coordinate representation of color #42A95C: hue angle of 135.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A95C is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 169 92 -
CMYK 0.61 0 0.46 0.34
HSL 135.15º 0.44% 0.46% -
HSV(B) 135.15º 0.61% 0.66% -
XYZ 18.37 30.31 15.01 -
YUV 129.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 66 169 92 0.61 0 0.46 0.34 135.15 0.44 0.46
Hex 42 A9 5C 3D 0 2E 22 87 2C 2E
Octal 102 251 134 75 0 56 42 207 54 56
Binary 1000010 10101001 1011100 111101 0 101110 100010 10000111 101100 101110

Color Harmonies of #42A95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A95C

Black with #42A95C

Text Example


Text Example

White with #42A95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,169,92); }

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

background-color css

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

 a { background-color: rgb(66,169,92); }

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

border-color css

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

 span { border-color: rgb(66,169,92); }

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