Html Css Color HEX #42AC62 Chateau Green

📋 copy color: '#42AC62'

red 66 ◦ green 172 ◦ blue 98

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

Shades of Chateau Green #42AC62

Tints of Chateau Green #42AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 19.64%
G = 51.19%
B = 29.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#42AC62 (or 0x42AC62) is known color: Chateau Green. HEX triplet: 42, AC and 62. RGB value is (66,172,98). Sum of RGB (Red+Green+Blue) = 66+172+98=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC62 is #BD539D. Grayscale: #848484. Windows color (decimal): -12407710 or 6466626. OLE color: 6466626.

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

Color convert

RGB 66 172 98 -
CMYK 0.62 0 0.43 0.33
HSL 138.11º 0.45% 0.47% -
HSV(B) 138.11º 0.62% 0.67% -
XYZ 19.2 31.55 16.63 -
YUV 131.87 108.88 81.02 -
System Red Green Blue C M Y K H S L
Decimal 66 172 98 0.62 0 0.43 0.33 138.11 0.45 0.47
Hex 42 AC 62 3E 0 2B 21 8A 2D 2F
Octal 102 254 142 76 0 53 41 212 55 57
Binary 1000010 10101100 1100010 111110 0 101011 100001 10001010 101101 101111

Color Harmonies of #42AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC62

Black with #42AC62

Text Example


Text Example

White with #42AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,98); }

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

background-color css

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

 a { background-color: rgb(66,172,98); }

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

border-color css

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

 span { border-color: rgb(66,172,98); }

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