Html Css Color HEX #42A753 Chateau Green

📋 copy color: '#42A753'

red 66 ◦ green 167 ◦ blue 83

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

Shades of Chateau Green #42A753

Tints of Chateau Green #42A753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.85%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 20.89%
G = 52.85%
B = 26.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#42A753 (or 0x42A753) is known color: Chateau Green. HEX triplet: 42, A7 and 53. RGB value is (66,167,83). Sum of RGB (Red+Green+Blue) = 66+167+83=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #42A753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A753 is #BD58AC. Grayscale: #7F7F7F. Windows color (decimal): -12409005 or 5482306. OLE color: 5482306.

HSL color Cylindrical-coordinate representation of color #42A753: hue angle of 130.1º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A753 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 83 -
CMYK 0.60 0 0.50 0.35
HSL 130.1º 0.43% 0.46% -
HSV(B) 130.1º 0.6% 0.65% -
XYZ 17.63 29.42 12.93 -
YUV 127.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 66 167 83 0.60 0 0.50 0.35 130.1 0.43 0.46
Hex 42 A7 53 3C 0 32 23 82 2B 2E
Octal 102 247 123 74 0 62 43 202 53 56
Binary 1000010 10100111 1010011 111100 0 110010 100011 10000010 101011 101110

Color Harmonies of #42A753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A753

Black with #42A753

Text Example


Text Example

White with #42A753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,167,83); }

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

background-color css

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

 a { background-color: rgb(66,167,83); }

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

border-color css

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

 span { border-color: rgb(66,167,83); }

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