#4B935E

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

Shades of Chateau Green #4B935E

Tints of Chateau Green #4B935E

Color information

#4B935E (or 0x4B935E) is unknown color: approx Chateau Green. HEX triplet: 4B, 93 and 5E. RGB value is (75,147,94). Sum of RGB (Red+Green+Blue) = 75+147+94=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #4B935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B935E is #B46CA1. Grayscale: #777777. Windows color (decimal): -11824290 or 6198091. OLE color: 6198091.

HSL color Cylindrical-coordinate representation of color #4B935E: hue angle of 135.83º degrees, saturation: 0.32, 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 #4B935E is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB7514794-
CMYK0.4900.360.42
HSL135.83º32.43%43.53%-
HSV(B)135.83º48.98%57.65%-
XYZ15.3623.1714.25-
YUV119.43113.6596.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.73%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=23.73%
G=46.52%
B=29.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147940.4900.360.42135.8332.4343.53
Hex4B935E310242A88202c
Octal11322313661044522104054
Binary1001011100100111011110110001010010010101010001000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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