#48a65c

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

Shades of Chateau Green #48A65C

Tints of Chateau Green #48A65C

Color information

#48A65C (or 0x48A65C) is unknown color: approx Chateau Green. HEX triplet: 48, A6 and 5C. RGB value is (72,166,92). Sum of RGB (Red+Green+Blue) = 72+166+92=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #48A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A65C is #B759A3. Grayscale: #818181. Windows color (decimal): -12016036 or 6071880. OLE color: 6071880.

HSL color Cylindrical-coordinate representation of color #48A65C: hue angle of 132.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A65C is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB7216692-
CMYK0.5700.450.35
HSL132.77º39.5%46.67%-
HSV(B)132.77º56.63%65.1%-
XYZ18.2429.4214.84-
YUV129.46106.8687.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 166 (65.23% from 255) = 50.30%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=21.82%
G=50.30%
B=27.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166920.5700.450.35132.7739.546.67
Hex48A65C3902D2385272f
Octal11024613471055432054757
Binary1001000101001101011100111001010110110001110000101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a65c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,166,92); }

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

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

 a { background-color: rgb(72,166,92); }

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

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

 span { border-color: rgb(72,166,92); }

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