#48B15E

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

Shades of Chateau Green #48B15E

Tints of Chateau Green #48B15E

Color information

#48B15E (or 0x48B15E) is unknown color: approx Chateau Green. HEX triplet: 48, B1 and 5E. RGB value is (72,177,94). Sum of RGB (Red+Green+Blue) = 72+177+94=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #48B15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B15E is #B74EA1. Grayscale: #888888. Windows color (decimal): -12013218 or 6205768. OLE color: 6205768.

HSL color Cylindrical-coordinate representation of color #48B15E: hue angle of 132.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B15E is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB7217794-
CMYK0.5900.470.31
HSL132.57º42.17%48.82%-
HSV(B)132.57º59.32%69.41%-
XYZ20.4233.6316-
YUV136.14104.2182.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 177 (69.53% from 255) = 51.60%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=20.99%
G=51.60%
B=27.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72177940.5900.470.31132.5742.1748.82
Hex48B15E3B02F1F852a31
Octal11026113673057372055261
Binary100100010110001101111011101101011111111110000101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,177,94); }

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

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

 a { background-color: rgb(72,177,94); }

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

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

 span { border-color: rgb(72,177,94); }

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