Html Css Color HEX #42AF5A Chateau Green

📋 copy color: '#42AF5A'

red 66 ◦ green 175 ◦ blue 90

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

Shades of Chateau Green #42AF5A

Tints of Chateau Green #42AF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 19.94%
G = 52.87%
B = 27.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#42AF5A (or 0x42AF5A) is known color: Chateau Green. HEX triplet: 42, AF and 5A. RGB value is (66,175,90). Sum of RGB (Red+Green+Blue) = 66+175+90=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AF5A is #BD50A5. Grayscale: #848484. Windows color (decimal): -12406950 or 5943106. OLE color: 5943106.

HSL color Cylindrical-coordinate representation of color #42AF5A: hue angle of 133.21º 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 #42AF5A is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 90 -
CMYK 0.62 0 0.49 0.31
HSL 133.21º 0.45% 0.47% -
HSV(B) 133.21º 0.62% 0.69% -
XYZ 19.42 32.56 14.93 -
YUV 132.72 103.89 80.41 -
System Red Green Blue C M Y K H S L
Decimal 66 175 90 0.62 0 0.49 0.31 133.21 0.45 0.47
Hex 42 AF 5A 3E 0 31 1F 85 2D 2F
Octal 102 257 132 76 0 61 37 205 55 57
Binary 1000010 10101111 1011010 111110 0 110001 11111 10000101 101101 101111

Color Harmonies of #42AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF5A

Black with #42AF5A

Text Example


Text Example

White with #42AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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