Html Css Color HEX #42AF5C Chateau Green

📋 copy color: '#42AF5C'

red 66 ◦ green 175 ◦ blue 92

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

Shades of Chateau Green #42AF5C

Tints of Chateau Green #42AF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.55%

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

R = 19.82%
G = 52.55%
B = 27.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#42AF5C (or 0x42AF5C) is known color: Chateau Green. HEX triplet: 42, AF and 5C. RGB value is (66,175,92). Sum of RGB (Red+Green+Blue) = 66+175+92=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AF5C is #BD50A3. Grayscale: #858585. Windows color (decimal): -12406948 or 6074178. OLE color: 6074178.

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

Color convert

RGB 66 175 92 -
CMYK 0.62 0 0.47 0.31
HSL 134.31º 0.45% 0.47% -
HSV(B) 134.31º 0.62% 0.69% -
XYZ 19.51 32.59 15.39 -
YUV 132.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 66 175 92 0.62 0 0.47 0.31 134.31 0.45 0.47
Hex 42 AF 5C 3E 0 2F 1F 86 2D 2F
Octal 102 257 134 76 0 57 37 206 55 57
Binary 1000010 10101111 1011100 111110 0 101111 11111 10000110 101101 101111

Color Harmonies of #42AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF5C

Black with #42AF5C

Text Example


Text Example

White with #42AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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