Html Css Color HEX #48542C Clover

📋 copy color: '#48542C'

red 72 ◦ green 84 ◦ blue 44

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

Shades of Clover #48542C

Tints of Clover #48542C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22%

R = 36%
G = 42%
B = 22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#48542C (or 0x48542C) is known color: Clover. HEX triplet: 48, 54 and 2C. RGB value is (72,84,44). Sum of RGB (Red+Green+Blue) = 72+84+44=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #48542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542C is #B7ABD3. Grayscale: #4C4C4C. Windows color (decimal): -12037076 or 2905160. OLE color: 2905160.

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

Color convert

RGB 72 84 44 -
CMYK 0.14 0 0.48 0.67
HSL 78º 0.31% 0.25% -
HSV(B) 78º 0.48% 0.33% -
XYZ 6.3 7.9 3.58 -
YUV 75.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 72 84 44 0.14 0 0.48 0.67 78 0.31 0.25
Hex 48 54 2C E 0 30 43 4E 1F 19
Octal 110 124 54 16 0 60 103 116 37 31
Binary 1001000 1010100 101100 1110 0 110000 1000011 1001110 11111 11001

Color Harmonies of #48542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48542C

Black with #48542C

Text Example


Text Example

White with #48542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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