#48925D

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

Shades of Chateau Green #48925D

Tints of Chateau Green #48925D

Color information

#48925D (or 0x48925D) is unknown color: approx Chateau Green. HEX triplet: 48, 92 and 5D. RGB value is (72,146,93). Sum of RGB (Red+Green+Blue) = 72+146+93=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #48925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48925D is #B76DA2. Grayscale: #757575. Windows color (decimal): -12021155 or 6132296. OLE color: 6132296.

HSL color Cylindrical-coordinate representation of color #48925D: hue angle of 137.03º 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 #48925D is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB7214693-
CMYK0.5100.360.43
HSL137.03º33.94%42.75%-
HSV(B)137.03º50.68%57.25%-
XYZ14.9322.7313.96-
YUV117.83113.9895.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=23.15%
G=46.95%
B=29.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146930.5100.360.43137.0333.9442.75
Hex48925D330242B89222b
Octal11022213563044532114253
Binary1001000100100101011101110011010010010101110001001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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