#48935C

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

Shades of Chateau Green #48935C

Tints of Chateau Green #48935C

Color information

#48935C (or 0x48935C) is unknown color: approx Chateau Green. HEX triplet: 48, 93 and 5C. RGB value is (72,147,92). Sum of RGB (Red+Green+Blue) = 72+147+92=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #48935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48935C is #B76CA3. Grayscale: #767676. Windows color (decimal): -12020900 or 6067016. OLE color: 6067016.

HSL color Cylindrical-coordinate representation of color #48935C: hue angle of 136º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48935C is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB7214792-
CMYK0.5100.370.42
HSL136º34.25%42.94%-
HSV(B)136º51.02%57.65%-
XYZ15.0423.0213.78-
YUV118.3113.1594.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=23.15%
G=47.27%
B=29.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147920.5100.370.4213634.2542.94
Hex48935C330252A88222b
Octal11022313463045522104253
Binary1001000100100111011100110011010010110101010001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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