#4B925A

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

Shades of Chateau Green #4B925A

Tints of Chateau Green #4B925A

Color information

#4B925A (or 0x4B925A) is unknown color: approx Chateau Green. HEX triplet: 4B, 92 and 5A. RGB value is (75,146,90). Sum of RGB (Red+Green+Blue) = 75+146+90=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #4B925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B925A is #B46DA5. Grayscale: #767676. Windows color (decimal): -11824550 or 5935691. OLE color: 5935691.

HSL color Cylindrical-coordinate representation of color #4B925A: hue angle of 132.68º 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 #4B925A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB7514690-
CMYK0.4900.380.43
HSL132.68º32.13%43.33%-
HSV(B)132.68º48.63%57.25%-
XYZ15.0322.7913.28-
YUV118.39111.9897.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=24.12%
G=46.95%
B=28.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146900.4900.380.43132.6832.1343.33
Hex4B925A310262B85202b
Octal11322213261046532054053
Binary1001011100100101011010110001010011010101110000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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