Html Css Color HEX #48552F Clover

📋 copy color: '#48552F'

red 72 ◦ green 85 ◦ blue 47

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

Shades of Clover #48552F

Tints of Clover #48552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.04%

R = 35.29%
G = 41.67%
B = 23.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#48552F (or 0x48552F) is known color: Clover. HEX triplet: 48, 55 and 2F. RGB value is (72,85,47). Sum of RGB (Red+Green+Blue) = 72+85+47=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #48552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552F is #B7AAD0. Grayscale: #4C4C4C. Windows color (decimal): -12036817 or 3102024. OLE color: 3102024.

HSL color Cylindrical-coordinate representation of color #48552F: hue angle of 80.53º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48552F is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 47 -
CMYK 0.15 0 0.45 0.67
HSL 80.53º 0.29% 0.26% -
HSV(B) 80.53º 0.45% 0.33% -
XYZ 6.43 8.08 3.91 -
YUV 76.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 72 85 47 0.15 0 0.45 0.67 80.53 0.29 0.26
Hex 48 55 2F F 0 2D 43 51 1D 1A
Octal 110 125 57 17 0 55 103 121 35 32
Binary 1001000 1010101 101111 1111 0 101101 1000011 1010001 11101 11010

Color Harmonies of #48552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48552F

Black with #48552F

Text Example


Text Example

White with #48552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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