#485B34

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

Shades of Clover #485B34

Tints of Clover #485B34

Color information

#485B34 (or 0x485B34) is unknown color: approx Clover. HEX triplet: 48, 5B and 34. RGB value is (72,91,52). Sum of RGB (Red+Green+Blue) = 72+91+52=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #485B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B34 is #B7A4CB. Grayscale: #515151. Windows color (decimal): -12035276 or 3431240. OLE color: 3431240.

HSL color Cylindrical-coordinate representation of color #485B34: hue angle of 89.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #485B34 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB729152-
CMYK0.2100.430.64
HSL89.23º27.27%28.04%-
HSV(B)89.23º42.86%35.69%-
XYZ7.039.114.64-
YUV80.87111.71121.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=33.49%
G=42.33%
B=24.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291520.2100.430.6489.2327.2728.04
Hex485B341502B40591b1c
Octal11013364250531001313334
Binary10010001011011110100101010101011100000010110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,52); }

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

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

 a { background-color: rgb(72,91,52); }

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

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

 span { border-color: rgb(72,91,52); }

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