Html Css Color HEX #48552C Clover

📋 copy color: '#48552C'

red 72 ◦ green 85 ◦ blue 44

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

Shades of Clover #48552C

Tints of Clover #48552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.29%

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

R = 35.82%
G = 42.29%
B = 21.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#48552C (or 0x48552C) is known color: Clover. HEX triplet: 48, 55 and 2C. RGB value is (72,85,44). Sum of RGB (Red+Green+Blue) = 72+85+44=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #48552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552C is #B7AAD3. Grayscale: #4C4C4C. Windows color (decimal): -12036820 or 2905416. OLE color: 2905416.

HSL color Cylindrical-coordinate representation of color #48552C: hue angle of 79.02º degrees, saturation: 0.32, 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 #48552C is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 44 -
CMYK 0.15 0 0.48 0.67
HSL 79.02º 0.32% 0.25% -
HSV(B) 79.02º 0.48% 0.33% -
XYZ 6.38 8.06 3.6 -
YUV 76.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 72 85 44 0.15 0 0.48 0.67 79.02 0.32 0.25
Hex 48 55 2C F 0 30 43 4F 20 19
Octal 110 125 54 17 0 60 103 117 40 31
Binary 1001000 1010101 101100 1111 0 110000 1000011 1001111 100000 11001

Color Harmonies of #48552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48552C

Black with #48552C

Text Example


Text Example

White with #48552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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