#42BB5D

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

Shades of Chateau Green #42BB5D

Tints of Chateau Green #42BB5D

Color information

#42BB5D (or 0x42BB5D) is unknown color: approx Chateau Green. HEX triplet: 42, BB and 5D. RGB value is (66,187,93). Sum of RGB (Red+Green+Blue) = 66+187+93=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BB5D is #BD44A2. Grayscale: #8C8C8C. Windows color (decimal): -12403875 or 6142786. OLE color: 6142786.

HSL color Cylindrical-coordinate representation of color #42BB5D: hue angle of 133.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BB5D is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB6618793-
CMYK0.6500.500.27
HSL133.39º47.83%49.61%-
HSV(B)133.39º64.71%73.33%-
XYZ21.9937.4916.43-
YUV140.1101.4175.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 187 (73.44% from 255) = 54.05%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=19.08%
G=54.05%
B=26.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66187930.6500.500.27133.3947.8349.61
Hex42BB5D410321B853032
Octal102273135101062332056062
Binary1000010101110111011101100000101100101101110000101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,93); }

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

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

 a { background-color: rgb(66,187,93); }

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

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

 span { border-color: rgb(66,187,93); }

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