#485C30

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

Shades of Clover #485C30

Tints of Clover #485C30

Color information

#485C30 (or 0x485C30) is unknown color: approx Clover. HEX triplet: 48, 5C and 30. RGB value is (72,92,48). Sum of RGB (Red+Green+Blue) = 72+92+48=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #485C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C30 is #B7A3CF. Grayscale: #515151. Windows color (decimal): -12035024 or 3169352. OLE color: 3169352.

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

Color convert

RGB729248-
CMYK0.2200.480.64
HSL87.27º31.43%27.45%-
HSV(B)87.27º47.83%36.08%-
XYZ7.039.254.21-
YUV81109.37121.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=33.96%
G=43.40%
B=22.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292480.2200.480.6487.2731.4327.45
Hex485C301603040571f1b
Octal11013460260601001273733
Binary10010001011100110000101100110000100000010101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,48); }

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

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

 a { background-color: rgb(72,92,48); }

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

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

 span { border-color: rgb(72,92,48); }

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