Html Css Color HEX #48582D Clover

📋 copy color: '#48582D'

red 72 ◦ green 88 ◦ blue 45

#48582D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clover #48582D

Tints of Clover #48582D

RGB

 RED value IS 72 (28.52% from 255) = 35.12%

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 35.12%
G = 42.93%
B = 21.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#48582D (or 0x48582D) is known color: Clover. HEX triplet: 48, 58 and 2D. RGB value is (72,88,45). Sum of RGB (Red+Green+Blue) = 72+88+45=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #48582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48582D is #B7A7D2. Grayscale: #4E4E4E. Windows color (decimal): -12036051 or 2971720. OLE color: 2971720.

HSL color Cylindrical-coordinate representation of color #48582D: hue angle of 82.33º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48582D is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 45 -
CMYK 0.18 0 0.49 0.65
HSL 82.33º 0.32% 0.26% -
HSV(B) 82.33º 0.49% 0.35% -
XYZ 6.64 8.55 3.78 -
YUV 78.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 72 88 45 0.18 0 0.49 0.65 82.33 0.32 0.26
Hex 48 58 2D 12 0 31 41 52 20 1A
Octal 110 130 55 22 0 61 101 122 40 32
Binary 1001000 1011000 101101 10010 0 110001 1000001 1010010 100000 11010

Color Harmonies of #48582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48582D

Black with #48582D

Text Example


Text Example

White with #48582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48582D; }

 p { color: rgb(72,88,45); }

 H1.HeaderClassName
 {
   color: #48582D;
 }
 .AnyTagClassName
 {
   color: #48582D;
 }
</style>

background-color css

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

 a { background-color: rgb(72,88,45); }

 div.DivClassName
 {
   background-color: #48582D;
 }
 .BgClassName
 {
   background-color: #48582D;
 }
</style>

border-color css

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

 span { border-color: rgb(72,88,45); }

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