#48935A

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

Shades of Chateau Green #48935A

Tints of Chateau Green #48935A

Color information

#48935A (or 0x48935A) is unknown color: approx Chateau Green. HEX triplet: 48, 93 and 5A. RGB value is (72,147,90). Sum of RGB (Red+Green+Blue) = 72+147+90=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #48935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48935A is #B76CA5. Grayscale: #767676. Windows color (decimal): -12020902 or 5935944. OLE color: 5935944.

HSL color Cylindrical-coordinate representation of color #48935A: hue angle of 134.4º 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 #48935A is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB7214790-
CMYK0.5100.390.42
HSL134.4º34.25%42.94%-
HSV(B)134.4º51.02%57.65%-
XYZ14.9522.9813.32-
YUV118.08112.1595.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=23.30%
G=47.57%
B=29.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147900.5100.390.42134.434.2542.94
Hex48935A330272A86222b
Octal11022313263047522064253
Binary1001000100100111011010110011010011110101010000110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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