#48985C

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

Shades of Chateau Green #48985C

Tints of Chateau Green #48985C

Color information

#48985C (or 0x48985C) is unknown color: approx Chateau Green. HEX triplet: 48, 98 and 5C. RGB value is (72,152,92). Sum of RGB (Red+Green+Blue) = 72+152+92=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #48985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48985C is #B767A3. Grayscale: #797979. Windows color (decimal): -12019620 or 6068296. OLE color: 6068296.

HSL color Cylindrical-coordinate representation of color #48985C: hue angle of 135º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48985C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB7215292-
CMYK0.5300.390.40
HSL135º35.71%43.92%-
HSV(B)135º52.63%59.61%-
XYZ15.8324.6114.04-
YUV121.24111.592.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=22.78%
G=48.10%
B=29.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152920.5300.390.4013535.7143.92
Hex48985C350272887242c
Octal11023013465047502074454
Binary1001000100110001011100110101010011110100010000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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