#48B360

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

Shades of Chateau Green #48B360

Tints of Chateau Green #48B360

Color information

#48B360 (or 0x48B360) is unknown color: approx Chateau Green. HEX triplet: 48, B3 and 60. RGB value is (72,179,96). Sum of RGB (Red+Green+Blue) = 72+179+96=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #48B360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B360 is #B74C9F. Grayscale: #898989. Windows color (decimal): -12012704 or 6337352. OLE color: 6337352.

HSL color Cylindrical-coordinate representation of color #48B360: hue angle of 133.46º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B360 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB7217996-
CMYK0.6000.460.30
HSL133.46º42.63%49.22%-
HSV(B)133.46º59.78%70.2%-
XYZ20.934.4616.62-
YUV137.54104.5581.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=20.75%
G=51.59%
B=27.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72179960.6000.460.30133.4642.6349.22
Hex48B3603C02E1E852b31
Octal11026314074056362055361
Binary100100010110011110000011110001011101111010000101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B360; }

 p { color: rgb(72,179,96); }

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

<style>
 a { background-color: #48B360; }

 a { background-color: rgb(72,179,96); }

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

<style>
 span { border-color: #48B360; }

 span { border-color: rgb(72,179,96); }

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