#4b925d

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

Shades of Chateau Green #4B925D

Tints of Chateau Green #4B925D

Color information

#4B925D (or 0x4B925D) is unknown color: approx Chateau Green. HEX triplet: 4B, 92 and 5D. RGB value is (75,146,93). Sum of RGB (Red+Green+Blue) = 75+146+93=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #4B925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B925D is #B46DA2. Grayscale: #767676. Windows color (decimal): -11824547 or 6132299. OLE color: 6132299.

HSL color Cylindrical-coordinate representation of color #4B925D: hue angle of 135.21º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B925D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB7514693-
CMYK0.4900.360.43
HSL135.21º32.13%43.33%-
HSV(B)135.21º48.63%57.25%-
XYZ15.1622.8413.97-
YUV118.73113.4896.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=23.89%
G=46.50%
B=29.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146930.4900.360.43135.2132.1343.33
Hex4B925D310242B87202b
Octal11322213561044532074053
Binary1001011100100101011101110001010010010101110000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b925d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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