#42A35C

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

Shades of Chateau Green #42A35C

Tints of Chateau Green #42A35C

Color information

#42A35C (or 0x42A35C) is unknown color: approx Chateau Green. HEX triplet: 42, A3 and 5C. RGB value is (66,163,92). Sum of RGB (Red+Green+Blue) = 66+163+92=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #42A35C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A35C is #BD5CA3. Grayscale: #7E7E7E. Windows color (decimal): -12410020 or 6071106. OLE color: 6071106.

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

Color convert

RGB6616392-
CMYK0.6000.440.36
HSL136.08º42.36%44.9%-
HSV(B)136.08º59.51%63.92%-
XYZ17.2828.1314.64-
YUV125.9108.8685.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 163 (64.06% from 255) = 50.78%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=20.56%
G=50.78%
B=28.66%

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
Decimal66163920.6000.440.36136.0842.3644.9
Hex42A35C3C02C24882a2d
Octal10224313474054442105255
Binary1000010101000111011100111100010110010010010001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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