#48602A

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

Shades of Clover #48602A

Tints of Clover #48602A

Color information

#48602A (or 0x48602A) is unknown color: approx Clover. HEX triplet: 48, 60 and 2A. RGB value is (72,96,42). Sum of RGB (Red+Green+Blue) = 72+96+42=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #48602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602A is #B79FD5. Grayscale: #525252. Windows color (decimal): -12034006 or 2777160. OLE color: 2777160.

HSL color Cylindrical-coordinate representation of color #48602A: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48602A is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB729642-
CMYK0.2500.560.62
HSL86.67º39.13%27.06%-
HSV(B)86.67º56.25%37.65%-
XYZ7.279.913.72-
YUV82.67105.05120.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 42 (16.80% from 255) = 20%
R=34.29%
G=45.71%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296420.2500.560.6286.6739.1327.06
Hex48602A190383E57271b
Octal1101405231070761274733
Binary10010001100000101010110010111000111110101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48602A; }

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

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

<style>
 a { background-color: #48602A; }

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

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

<style>
 span { border-color: #48602A; }

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

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