#48925F

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

Shades of Chateau Green #48925F

Tints of Chateau Green #48925F

Color information

#48925F (or 0x48925F) is unknown color: approx Chateau Green. HEX triplet: 48, 92 and 5F. RGB value is (72,146,95). Sum of RGB (Red+Green+Blue) = 72+146+95=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #48925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48925F is #B76DA0. Grayscale: #767676. Windows color (decimal): -12021153 or 6263368. OLE color: 6263368.

HSL color Cylindrical-coordinate representation of color #48925F: hue angle of 138.65º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48925F is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB7214695-
CMYK0.5100.350.43
HSL138.65º33.94%42.75%-
HSV(B)138.65º50.68%57.25%-
XYZ15.0222.7614.43-
YUV118.06114.9895.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=23.00%
G=46.65%
B=30.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146950.5100.350.43138.6533.9442.75
Hex48925F330232B8b222b
Octal11022213763043532134253
Binary1001000100100101011111110011010001110101110001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48925F; }

 p { color: rgb(72,146,95); }

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

<style>
 a { background-color: #48925F; }

 a { background-color: rgb(72,146,95); }

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

<style>
 span { border-color: #48925F; }

 span { border-color: rgb(72,146,95); }

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