Html Css Color HEX #42AD5C Chateau Green

📋 copy color: '#42AD5C'

red 66 ◦ green 173 ◦ blue 92

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

Shades of Chateau Green #42AD5C

Tints of Chateau Green #42AD5C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.27%

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

R = 19.94%
G = 52.27%
B = 27.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#42AD5C (or 0x42AD5C) is known color: Chateau Green. HEX triplet: 42, AD and 5C. RGB value is (66,173,92). Sum of RGB (Red+Green+Blue) = 66+173+92=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD5C is #BD52A3. Grayscale: #838383. Windows color (decimal): -12407460 or 6073666. OLE color: 6073666.

HSL color Cylindrical-coordinate representation of color #42AD5C: hue angle of 134.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD5C is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 92 -
CMYK 0.62 0 0.47 0.32
HSL 134.58º 0.45% 0.47% -
HSV(B) 134.58º 0.62% 0.68% -
XYZ 19.12 31.82 15.26 -
YUV 131.77 105.55 81.09 -
System Red Green Blue C M Y K H S L
Decimal 66 173 92 0.62 0 0.47 0.32 134.58 0.45 0.47
Hex 42 AD 5C 3E 0 2F 20 87 2D 2F
Octal 102 255 134 76 0 57 40 207 55 57
Binary 1000010 10101101 1011100 111110 0 101111 100000 10000111 101101 101111

Color Harmonies of #42AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD5C

Black with #42AD5C

Text Example


Text Example

White with #42AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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