Html Css Color HEX #42A366 Chateau Green

📋 copy color: '#42A366'

red 66 ◦ green 163 ◦ blue 102

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

Shades of Chateau Green #42A366

Tints of Chateau Green #42A366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.24%

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 19.94%
G = 49.24%
B = 30.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#42A366 (or 0x42A366) is known color: Chateau Green. HEX triplet: 42, A3 and 66. RGB value is (66,163,102). Sum of RGB (Red+Green+Blue) = 66+163+102=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #42A366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A366 is #BD5C99. Grayscale: #7F7F7F. Windows color (decimal): -12410010 or 6726466. OLE color: 6726466.

HSL color Cylindrical-coordinate representation of color #42A366: hue angle of 142.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A366 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 102 -
CMYK 0.60 0 0.37 0.36
HSL 142.27º 0.42% 0.45% -
HSV(B) 142.27º 0.6% 0.64% -
XYZ 17.74 28.31 17.1 -
YUV 127.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 66 163 102 0.60 0 0.37 0.36 142.27 0.42 0.45
Hex 42 A3 66 3C 0 25 24 8E 2A 2D
Octal 102 243 146 74 0 45 44 216 52 55
Binary 1000010 10100011 1100110 111100 0 100101 100100 10001110 101010 101101

Color Harmonies of #42A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A366

Black with #42A366

Text Example


Text Example

White with #42A366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,102); }

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

background-color css

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

 a { background-color: rgb(66,163,102); }

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

border-color css

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

 span { border-color: rgb(66,163,102); }

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