#48601E

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

Shades of Clover #48601E

Tints of Clover #48601E

Color information

#48601E (or 0x48601E) is unknown color: approx Clover. HEX triplet: 48, 60 and 1E. RGB value is (72,96,30). Sum of RGB (Red+Green+Blue) = 72+96+30=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #48601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601E is #B79FE1. Grayscale: #515151. Windows color (decimal): -12034018 or 1990728. OLE color: 1990728.

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

Color convert

RGB729630-
CMYK0.2500.690.62
HSL81.82º52.38%24.71%-
HSV(B)81.82º68.75%37.65%-
XYZ7.099.842.75-
YUV81.399.05121.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=36.36%
G=48.48%
B=15.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296300.2500.690.6281.8252.3824.71
Hex48601E190453E523419
Octal11014036310105761226431
Binary10010001100000111101100101000101111110101001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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