Html Css Color HEX #48542D Clover

📋 copy color: '#48542D'

red 72 ◦ green 84 ◦ blue 45

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

Shades of Clover #48542D

Tints of Clover #48542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

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

R = 35.82%
G = 41.79%
B = 22.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#48542D (or 0x48542D) is known color: Clover. HEX triplet: 48, 54 and 2D. RGB value is (72,84,45). Sum of RGB (Red+Green+Blue) = 72+84+45=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #48542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542D is #B7ABD2. Grayscale: #4C4C4C. Windows color (decimal): -12037075 or 2970696. OLE color: 2970696.

HSL color Cylindrical-coordinate representation of color #48542D: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48542D is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 45 -
CMYK 0.14 0 0.46 0.67
HSL 78.46º 0.3% 0.25% -
HSV(B) 78.46º 0.46% 0.33% -
XYZ 6.32 7.91 3.68 -
YUV 75.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 72 84 45 0.14 0 0.46 0.67 78.46 0.3 0.25
Hex 48 54 2D E 0 2E 43 4E 1E 19
Octal 110 124 55 16 0 56 103 116 36 31
Binary 1001000 1010100 101101 1110 0 101110 1000011 1001110 11110 11001

Color Harmonies of #48542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48542D

Black with #48542D

Text Example


Text Example

White with #48542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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