#4B965E

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

Shades of Chateau Green #4B965E

Tints of Chateau Green #4B965E

Color information

#4B965E (or 0x4B965E) is unknown color: approx Chateau Green. HEX triplet: 4B, 96 and 5E. RGB value is (75,150,94). Sum of RGB (Red+Green+Blue) = 75+150+94=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #4B965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B965E is #B469A1. Grayscale: #797979. Windows color (decimal): -11823522 or 6198859. OLE color: 6198859.

HSL color Cylindrical-coordinate representation of color #4B965E: hue angle of 135.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B965E is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB7515094-
CMYK0.500.370.41
HSL135.2º33.33%44.12%-
HSV(B)135.2º50%58.82%-
XYZ15.8324.1214.41-
YUV121.19112.6595.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=23.51%
G=47.02%
B=29.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150940.500.370.41135.233.3344.12
Hex4B965E320252987212c
Octal11322613662045512074154
Binary1001011100101101011110110010010010110100110000111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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