#48611F

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

Shades of Clover #48611F

Tints of Clover #48611F

Color information

#48611F (or 0x48611F) is unknown color: approx Clover. HEX triplet: 48, 61 and 1F. RGB value is (72,97,31). Sum of RGB (Red+Green+Blue) = 72+97+31=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #48611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48611F is #B79EE0. Grayscale: #525252. Windows color (decimal): -12033761 or 2056520. OLE color: 2056520.

HSL color Cylindrical-coordinate representation of color #48611F: hue angle of 82.73º degrees, saturation: 0.52, 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 #48611F is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB729731-
CMYK0.2600.680.62
HSL82.73º51.56%25.1%-
HSV(B)82.73º68.04%38.04%-
XYZ7.1910.032.85-
YUV8299.22120.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=36%
G=48.5%
B=15.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297310.2600.680.6282.7351.5625.1
Hex48611F1A0443E533419
Octal11014137320104761236431
Binary10010001100001111111101001000100111110101001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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