Html Css Color HEX #42AC58 Chateau Green

📋 copy color: '#42AC58'

red 66 ◦ green 172 ◦ blue 88

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

Shades of Chateau Green #42AC58

Tints of Chateau Green #42AC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 20.25%
G = 52.76%
B = 26.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#42AC58 (or 0x42AC58) is known color: Chateau Green. HEX triplet: 42, AC and 58. RGB value is (66,172,88). Sum of RGB (Red+Green+Blue) = 66+172+88=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC58 is #BD53A7. Grayscale: #828282. Windows color (decimal): -12407720 or 5811266. OLE color: 5811266.

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

Color convert

RGB 66 172 88 -
CMYK 0.62 0 0.49 0.33
HSL 132.45º 0.45% 0.47% -
HSV(B) 132.45º 0.62% 0.67% -
XYZ 18.76 31.37 14.3 -
YUV 130.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 66 172 88 0.62 0 0.49 0.33 132.45 0.45 0.47
Hex 42 AC 58 3E 0 31 21 84 2D 2F
Octal 102 254 130 76 0 61 41 204 55 57
Binary 1000010 10101100 1011000 111110 0 110001 100001 10000100 101101 101111

Color Harmonies of #42AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC58

Black with #42AC58

Text Example


Text Example

White with #42AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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