#42A35B

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

Shades of Chateau Green #42A35B

Tints of Chateau Green #42A35B

Color information

#42A35B (or 0x42A35B) is unknown color: approx Chateau Green. HEX triplet: 42, A3 and 5B. RGB value is (66,163,91). Sum of RGB (Red+Green+Blue) = 66+163+91=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #42A35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A35B is #BD5CA4. Grayscale: #7D7D7D. Windows color (decimal): -12410021 or 6005570. OLE color: 6005570.

HSL color Cylindrical-coordinate representation of color #42A35B: hue angle of 135.46º 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 #42A35B is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB6616391-
CMYK0.6000.440.36
HSL135.46º42.36%44.9%-
HSV(B)135.46º59.51%63.92%-
XYZ17.2328.1114.41-
YUV125.79108.3685.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=20.62%
G=50.94%
B=28.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66163910.6000.440.36135.4642.3644.9
Hex42A35B3C02C24872a2d
Octal10224313374054442075255
Binary1000010101000111011011111100010110010010010000111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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