#4B9461

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

Shades of Chateau Green #4B9461

Tints of Chateau Green #4B9461

Color information

#4B9461 (or 0x4B9461) is unknown color: approx Chateau Green. HEX triplet: 4B, 94 and 61. RGB value is (75,148,97). Sum of RGB (Red+Green+Blue) = 75+148+97=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9461 is #B46B9E. Grayscale: #787878. Windows color (decimal): -11824031 or 6394955. OLE color: 6394955.

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

Color convert

RGB7514897-
CMYK0.4900.340.42
HSL138.08º32.74%43.73%-
HSV(B)138.08º49.32%58.04%-
XYZ15.6523.5415.03-
YUV120.36114.8295.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=23.44%
G=46.25%
B=30.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75148970.4900.340.42138.0832.7443.73
Hex4B9461310222A8a212c
Octal11322414161042522124154
Binary1001011100101001100001110001010001010101010001010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,148,97); }

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

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

 a { background-color: rgb(75,148,97); }

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

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

 span { border-color: rgb(75,148,97); }

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