Html Css Color HEX #47542A Clover

📋 copy color: '#47542A'

red 71 ◦ green 84 ◦ blue 42

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

Shades of Clover #47542A

Tints of Clover #47542A

RGB

 RED value IS 71 (28.13% from 255) = 36.04%

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

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 36.04%
G = 42.64%
B = 21.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#47542A (or 0x47542A) is known color: Clover. HEX triplet: 47, 54 and 2A. RGB value is (71,84,42). Sum of RGB (Red+Green+Blue) = 71+84+42=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #47542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47542A is #B8ABD5. Grayscale: #4B4B4B. Windows color (decimal): -12102614 or 2774087. OLE color: 2774087.

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

Color convert

RGB 71 84 42 -
CMYK 0.15 0 0.5 0.67
HSL 78.57º 0.33% 0.25% -
HSV(B) 78.57º 0.5% 0.33% -
XYZ 6.19 7.85 3.38 -
YUV 75.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 71 84 42 0.15 0 0.5 0.67 78.57 0.33 0.25
Hex 47 54 2A F 0 32 43 4F 21 19
Octal 107 124 52 17 0 62 103 117 41 31
Binary 1000111 1010100 101010 1111 0 110010 1000011 1001111 100001 11001

Color Harmonies of #47542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47542A

Black with #47542A

Text Example


Text Example

White with #47542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47542A; }

 p { color: rgb(71,84,42); }

 H1.HeaderClassName
 {
   color: #47542A;
 }
 .AnyTagClassName
 {
   color: #47542A;
 }
</style>

background-color css

<style>
 a { background-color: #47542A; }

 a { background-color: rgb(71,84,42); }

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

border-color css

<style>
 span { border-color: #47542A; }

 span { border-color: rgb(71,84,42); }

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