#485A23

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

Shades of Clover #485A23

Tints of Clover #485A23

Color information

#485A23 (or 0x485A23) is unknown color: approx Clover. HEX triplet: 48, 5A and 23. RGB value is (72,90,35). Sum of RGB (Red+Green+Blue) = 72+90+35=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #485A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A23 is #B7A5DC. Grayscale: #4E4E4E. Windows color (decimal): -12035549 or 2316872. OLE color: 2316872.

HSL color Cylindrical-coordinate representation of color #485A23: hue angle of 79.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485A23 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB729035-
CMYK0.2000.610.65
HSL79.64º44%24.51%-
HSV(B)79.64º61.11%35.29%-
XYZ6.638.812.94-
YUV78.35103.54123.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=36.55%
G=45.69%
B=17.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290350.2000.610.6579.644424.51
Hex485A231403D41502c19
Octal11013243240751011205431
Binary100100010110101000111010001111011000001101000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A23; }

 p { color: rgb(72,90,35); }

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

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

 a { background-color: rgb(72,90,35); }

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

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

 span { border-color: rgb(72,90,35); }

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