#42B75A

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

Shades of Chateau Green #42B75A

Tints of Chateau Green #42B75A

Color information

#42B75A (or 0x42B75A) is unknown color: approx Chateau Green. HEX triplet: 42, B7 and 5A. RGB value is (66,183,90). Sum of RGB (Red+Green+Blue) = 66+183+90=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #42B75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B75A is #BD48A5. Grayscale: #898989. Windows color (decimal): -12404902 or 5945154. OLE color: 5945154.

HSL color Cylindrical-coordinate representation of color #42B75A: hue angle of 132.31º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B75A is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB6618390-
CMYK0.6400.510.28
HSL132.31º46.99%48.82%-
HSV(B)132.31º63.93%71.76%-
XYZ21.0335.7615.47-
YUV137.42101.2477.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=19.47%
G=53.98%
B=26.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66183900.6400.510.28132.3146.9948.82
Hex42B75A400331C842f31
Octal102267132100063342045761
Binary1000010101101111011010100000001100111110010000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,183,90); }

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

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

 a { background-color: rgb(66,183,90); }

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

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

 span { border-color: rgb(66,183,90); }

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