#48532F

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

Shades of Clover #48532F

Tints of Clover #48532F

Color information

#48532F (or 0x48532F) is unknown color: approx Clover. HEX triplet: 48, 53 and 2F. RGB value is (72,83,47). Sum of RGB (Red+Green+Blue) = 72+83+47=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #48532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48532F is #B7ACD0. Grayscale: #4B4B4B. Windows color (decimal): -12037329 or 3101512. OLE color: 3101512.

HSL color Cylindrical-coordinate representation of color #48532F: hue angle of 78.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48532F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB728347-
CMYK0.1300.430.67
HSL78.33º27.69%25.49%-
HSV(B)78.33º43.37%32.55%-
XYZ6.287.773.86-
YUV75.61111.86125.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=35.64%
G=41.09%
B=23.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283470.1300.430.6778.3327.6925.49
Hex48532FD02B434e1c19
Octal11012357150531031163431
Binary1001000101001110111111010101011100001110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48532F; }

 p { color: rgb(72,83,47); }

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

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

 a { background-color: rgb(72,83,47); }

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

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

 span { border-color: rgb(72,83,47); }

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