#4B955D

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

Shades of Chateau Green #4B955D

Tints of Chateau Green #4B955D

Color information

#4B955D (or 0x4B955D) is unknown color: approx Chateau Green. HEX triplet: 4B, 95 and 5D. RGB value is (75,149,93). Sum of RGB (Red+Green+Blue) = 75+149+93=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #4B955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B955D is #B46AA2. Grayscale: #787878. Windows color (decimal): -11823779 or 6133067. OLE color: 6133067.

HSL color Cylindrical-coordinate representation of color #4B955D: hue angle of 134.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B955D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB7514993-
CMYK0.5000.380.42
HSL134.59º33.04%43.92%-
HSV(B)134.59º49.66%58.43%-
XYZ15.6223.7814.12-
YUV120.49112.4895.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=23.66%
G=47.00%
B=29.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75149930.5000.380.42134.5933.0443.92
Hex4B955D320262A87212c
Octal11322513562046522074154
Binary1001011100101011011101110010010011010101010000111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,93); }

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

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

 a { background-color: rgb(75,149,93); }

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

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

 span { border-color: rgb(75,149,93); }

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