Html Css Color HEX #48552D Clover

📋 copy color: '#48552D'

red 72 ◦ green 85 ◦ blue 45

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

Shades of Clover #48552D

Tints of Clover #48552D

RGB

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

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

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

R = 35.64%
G = 42.08%
B = 22.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#48552D (or 0x48552D) is known color: Clover. HEX triplet: 48, 55 and 2D. RGB value is (72,85,45). Sum of RGB (Red+Green+Blue) = 72+85+45=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #48552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552D is #B7AAD2. Grayscale: #4C4C4C. Windows color (decimal): -12036819 or 2970952. OLE color: 2970952.

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

Color convert

RGB 72 85 45 -
CMYK 0.15 0 0.47 0.67
HSL 79.5º 0.31% 0.25% -
HSV(B) 79.5º 0.47% 0.33% -
XYZ 6.39 8.06 3.7 -
YUV 76.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 72 85 45 0.15 0 0.47 0.67 79.5 0.31 0.25
Hex 48 55 2D F 0 2F 43 50 1F 19
Octal 110 125 55 17 0 57 103 120 37 31
Binary 1001000 1010101 101101 1111 0 101111 1000011 1010000 11111 11001

Color Harmonies of #48552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48552D

Black with #48552D

Text Example


Text Example

White with #48552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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