#485826

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

Shades of Clover #485826

Tints of Clover #485826

Color information

#485826 (or 0x485826) is unknown color: approx Clover. HEX triplet: 48, 58 and 26. RGB value is (72,88,38). Sum of RGB (Red+Green+Blue) = 72+88+38=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #485826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485826 is #B7A7D9. Grayscale: #4D4D4D. Windows color (decimal): -12036058 or 2512968. OLE color: 2512968.

HSL color Cylindrical-coordinate representation of color #485826: hue angle of 79.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485826 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB728838-
CMYK0.1800.570.65
HSL79.2º39.68%24.71%-
HSV(B)79.2º56.82%34.51%-
XYZ6.518.53.13-
YUV77.52105.7124.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=36.36%
G=44.44%
B=19.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288380.1800.570.6579.239.6824.71
Hex48582612039414f2819
Octal11013046220711011175031
Binary100100010110001001101001001110011000001100111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485826; }

 p { color: rgb(72,88,38); }

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

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

 a { background-color: rgb(72,88,38); }

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

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

 span { border-color: rgb(72,88,38); }

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