#4BAA5E

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

Shades of Chateau Green #4BAA5E

Tints of Chateau Green #4BAA5E

Color information

#4BAA5E (or 0x4BAA5E) is unknown color: approx Chateau Green. HEX triplet: 4B, AA and 5E. RGB value is (75,170,94). Sum of RGB (Red+Green+Blue) = 75+170+94=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA5E is #B455A1. Grayscale: #858585. Windows color (decimal): -11818402 or 6203979. OLE color: 6203979.

HSL color Cylindrical-coordinate representation of color #4BAA5E: hue angle of 132º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA5E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB7517094-
CMYK0.5600.450.33
HSL132º38.78%48.04%-
HSV(B)132º55.88%66.67%-
XYZ19.331.0515.57-
YUV132.93106.0386.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=22.12%
G=50.15%
B=27.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170940.5600.450.3313238.7848.04
Hex4BAA5E3802D21842730
Octal11325213670055412044760
Binary1001011101010101011110111000010110110000110000100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BAA5E; }

 p { color: rgb(75,170,94); }

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

<style>
 a { background-color: #4BAA5E; }

 a { background-color: rgb(75,170,94); }

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

<style>
 span { border-color: #4BAA5E; }

 span { border-color: rgb(75,170,94); }

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