#4BA662

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

Shades of Chateau Green #4BA662

Tints of Chateau Green #4BA662

Color information

#4BA662 (or 0x4BA662) is unknown color: approx Chateau Green. HEX triplet: 4B, A6 and 62. RGB value is (75,166,98). Sum of RGB (Red+Green+Blue) = 75+166+98=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA662 is #B4599D. Grayscale: #838383. Windows color (decimal): -11819422 or 6465099. OLE color: 6465099.

HSL color Cylindrical-coordinate representation of color #4BA662: hue angle of 135.16º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA662 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB7516698-
CMYK0.5500.410.35
HSL135.16º37.76%47.25%-
HSV(B)135.16º54.82%65.1%-
XYZ18.7429.6516.29-
YUV131.04109.3588.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=22.12%
G=48.97%
B=28.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75166980.5500.410.35135.1637.7647.25
Hex4BA662370292387262f
Octal11324614267051432074657
Binary1001011101001101100010110111010100110001110000111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,166,98); }

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

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

 a { background-color: rgb(75,166,98); }

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

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

 span { border-color: rgb(75,166,98); }

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