#48773C

Color #48773C Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #48773C

Tints of Fern Green #48773C

Color information

#48773C (or 0x48773C) is unknown color: approx Fern Green. HEX triplet: 48, 77 and 3C. RGB value is (72,119,60). Sum of RGB (Red+Green+Blue) = 72+119+60=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #48773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48773C is #B788C3. Grayscale: #626262. Windows color (decimal): -12028100 or 3962696. OLE color: 3962696.

HSL color Cylindrical-coordinate representation of color #48773C: hue angle of 107.8º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48773C is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB7211960-
CMYK0.3900.500.53
HSL107.8º32.96%35.1%-
HSV(B)107.8º49.58%46.67%-
XYZ10.0814.96.62-
YUV98.22106.43109.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=28.69%
G=47.41%
B=23.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119600.3900.500.53107.832.9635.1
Hex48773C27032356c2123
Octal1101677447062651544143
Binary1001000111011111110010011101100101101011101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48773C; }

 p { color: rgb(72,119,60); }

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

<style>
 a { background-color: #48773C; }

 a { background-color: rgb(72,119,60); }

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

<style>
 span { border-color: #48773C; }

 span { border-color: rgb(72,119,60); }

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