#48601F

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

Shades of Clover #48601F

Tints of Clover #48601F

Color information

#48601F (or 0x48601F) is unknown color: approx Clover. HEX triplet: 48, 60 and 1F. RGB value is (72,96,31). Sum of RGB (Red+Green+Blue) = 72+96+31=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #48601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601F is #B79FE0. Grayscale: #515151. Windows color (decimal): -12034017 or 2056264. OLE color: 2056264.

HSL color Cylindrical-coordinate representation of color #48601F: hue angle of 82.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48601F is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB729631-
CMYK0.2500.680.62
HSL82.15º51.18%24.9%-
HSV(B)82.15º67.71%37.65%-
XYZ7.19.842.82-
YUV81.4199.55121.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=36.18%
G=48.24%
B=15.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296310.2500.680.6282.1551.1824.9
Hex48601F190443E523319
Octal11014037310104761226331
Binary10010001100000111111100101000100111110101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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