#42A262

Color #42A262 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #42A262

Tints of Chateau Green #42A262

Color information

#42A262 (or 0x42A262) is unknown color: approx Chateau Green. HEX triplet: 42, A2 and 62. RGB value is (66,162,98). Sum of RGB (Red+Green+Blue) = 66+162+98=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #42A262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A262 is #BD5D9D. Grayscale: #7E7E7E. Windows color (decimal): -12410270 or 6464066. OLE color: 6464066.

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

Color convert

RGB6616298-
CMYK0.5900.400.36
HSL140º42.11%44.71%-
HSV(B)140º59.26%63.53%-
XYZ17.3727.8816.02-
YUV126112.285.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=20.25%
G=49.69%
B=30.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162980.5900.400.3614042.1144.71
Hex42A2623B028248c2a2d
Octal10224214273050442145255
Binary1000010101000101100010111011010100010010010001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42A262;
 }
 .AnyTagClassName
 {
   color: #42A262;
 }
</style>
background-color css

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

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

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

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

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

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