Html Css Color HEX #48542F Clover

📋 copy color: '#48542F'

red 72 ◦ green 84 ◦ blue 47

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

Shades of Clover #48542F

Tints of Clover #48542F

RGB

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

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

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

R = 35.47%
G = 41.38%
B = 23.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#48542F (or 0x48542F) is known color: Clover. HEX triplet: 48, 54 and 2F. RGB value is (72,84,47). Sum of RGB (Red+Green+Blue) = 72+84+47=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #48542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542F is #B7ABD0. Grayscale: #4C4C4C. Windows color (decimal): -12037073 or 3101768. OLE color: 3101768.

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

Color convert

RGB 72 84 47 -
CMYK 0.14 0 0.44 0.67
HSL 79.46º 0.28% 0.26% -
HSV(B) 79.46º 0.44% 0.33% -
XYZ 6.36 7.92 3.88 -
YUV 76.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 72 84 47 0.14 0 0.44 0.67 79.46 0.28 0.26
Hex 48 54 2F E 0 2C 43 4F 1C 1A
Octal 110 124 57 16 0 54 103 117 34 32
Binary 1001000 1010100 101111 1110 0 101100 1000011 1001111 11100 11010

Color Harmonies of #48542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48542F

Black with #48542F

Text Example


Text Example

White with #48542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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