#485236

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

Shades of Clover #485236

Tints of Clover #485236

Color information

#485236 (or 0x485236) is unknown color: approx Clover. HEX triplet: 48, 52 and 36. RGB value is (72,82,54). Sum of RGB (Red+Green+Blue) = 72+82+54=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #485236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485236 is #B7ADC9. Grayscale: #4B4B4B. Windows color (decimal): -12037578 or 3560008. OLE color: 3560008.

HSL color Cylindrical-coordinate representation of color #485236: hue angle of 81.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485236 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB728254-
CMYK0.1200.340.68
HSL81.43º20.59%26.67%-
HSV(B)81.43º34.15%32.16%-
XYZ6.367.684.64-
YUV75.82115.69125.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=34.62%
G=39.42%
B=25.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282540.1200.340.6881.4320.5926.67
Hex485236C0224451151b
Octal11012266140421041212533
Binary1001000101001011011011000100010100010010100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485236; }

 p { color: rgb(72,82,54); }

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

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

 a { background-color: rgb(72,82,54); }

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

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

 span { border-color: rgb(72,82,54); }

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