#48965F

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

Shades of Chateau Green #48965F

Tints of Chateau Green #48965F

Color information

#48965F (or 0x48965F) is unknown color: approx Chateau Green. HEX triplet: 48, 96 and 5F. RGB value is (72,150,95). Sum of RGB (Red+Green+Blue) = 72+150+95=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #48965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48965F is #B769A0. Grayscale: #787878. Windows color (decimal): -12020129 or 6264392. OLE color: 6264392.

HSL color Cylindrical-coordinate representation of color #48965F: hue angle of 137.69º 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 #48965F is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB7215095-
CMYK0.5200.370.41
HSL137.69º35.14%43.53%-
HSV(B)137.69º52%58.82%-
XYZ15.6424.0214.64-
YUV120.41113.6693.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=22.71%
G=47.32%
B=29.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150950.5200.370.41137.6935.1443.53
Hex48965F34025298a232c
Octal11022613764045512124354
Binary1001000100101101011111110100010010110100110001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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