#48925C

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

Shades of Chateau Green #48925C

Tints of Chateau Green #48925C

Color information

#48925C (or 0x48925C) is unknown color: approx Chateau Green. HEX triplet: 48, 92 and 5C. RGB value is (72,146,92). Sum of RGB (Red+Green+Blue) = 72+146+92=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #48925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48925C is #B76DA3. Grayscale: #757575. Windows color (decimal): -12021156 or 6066760. OLE color: 6066760.

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

Color convert

RGB7214692-
CMYK0.5100.370.43
HSL136.22º33.94%42.75%-
HSV(B)136.22º50.68%57.25%-
XYZ14.8822.7113.72-
YUV117.72113.4895.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=23.23%
G=47.10%
B=29.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146920.5100.370.43136.2233.9442.75
Hex48925C330252B88222b
Octal11022213463045532104253
Binary1001000100100101011100110011010010110101110001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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