Html Css Color HEX #48542B Clover

📋 copy color: '#48542B'

red 72 ◦ green 84 ◦ blue 43

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

Shades of Clover #48542B

Tints of Clover #48542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 36.18%
G = 42.21%
B = 21.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#48542B (or 0x48542B) is known color: Clover. HEX triplet: 48, 54 and 2B. RGB value is (72,84,43). Sum of RGB (Red+Green+Blue) = 72+84+43=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #48542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542B is #B7ABD4. Grayscale: #4B4B4B. Windows color (decimal): -12037077 or 2839624. OLE color: 2839624.

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

Color convert

RGB 72 84 43 -
CMYK 0.14 0 0.49 0.67
HSL 77.56º 0.32% 0.25% -
HSV(B) 77.56º 0.49% 0.33% -
XYZ 6.28 7.89 3.48 -
YUV 75.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 72 84 43 0.14 0 0.49 0.67 77.56 0.32 0.25
Hex 48 54 2B E 0 31 43 4E 20 19
Octal 110 124 53 16 0 61 103 116 40 31
Binary 1001000 1010100 101011 1110 0 110001 1000011 1001110 100000 11001

Color Harmonies of #48542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48542B

Black with #48542B

Text Example


Text Example

White with #48542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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