#42BD5C

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

Shades of Chateau Green #42BD5C

Tints of Chateau Green #42BD5C

Color information

#42BD5C (or 0x42BD5C) is unknown color: approx Chateau Green. HEX triplet: 42, BD and 5C. RGB value is (66,189,92). Sum of RGB (Red+Green+Blue) = 66+189+92=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD5C is #BD42A3. Grayscale: #8D8D8D. Windows color (decimal): -12403364 or 6077762. OLE color: 6077762.

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

Color convert

RGB6618992-
CMYK0.6500.510.26
HSL132.68º48.24%50%-
HSV(B)132.68º65.08%74.12%-
XYZ22.3838.3316.34-
YUV141.16100.2574.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 189 (74.22% from 255) = 54.47%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=19.02%
G=54.47%
B=26.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189920.6500.510.26132.6848.2450
Hex42BD5C410331A853032
Octal102275134101063322056062
Binary1000010101111011011100100000101100111101010000101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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