#48965B

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

Shades of Chateau Green #48965B

Tints of Chateau Green #48965B

Color information

#48965B (or 0x48965B) is unknown color: approx Chateau Green. HEX triplet: 48, 96 and 5B. RGB value is (72,150,91). Sum of RGB (Red+Green+Blue) = 72+150+91=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #48965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48965B is #B769A4. Grayscale: #787878. Windows color (decimal): -12020133 or 6002248. OLE color: 6002248.

HSL color Cylindrical-coordinate representation of color #48965B: hue angle of 134.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48965B is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB7215091-
CMYK0.5200.390.41
HSL134.62º35.14%43.53%-
HSV(B)134.62º52%58.82%-
XYZ15.4723.9513.7-
YUV119.95111.6693.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=23.00%
G=47.92%
B=29.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150910.5200.390.41134.6235.1443.53
Hex48965B340272987232c
Octal11022613364047512074354
Binary1001000100101101011011110100010011110100110000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48965B; }

 p { color: rgb(72,150,91); }

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

<style>
 a { background-color: #48965B; }

 a { background-color: rgb(72,150,91); }

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

<style>
 span { border-color: #48965B; }

 span { border-color: rgb(72,150,91); }

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