Html Css Color HEX #47532F Clover

📋 copy color: '#47532F'

red 71 ◦ green 83 ◦ blue 47

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

Shades of Clover #47532F

Tints of Clover #47532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 35.32%
G = 41.29%
B = 23.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#47532F (or 0x47532F) is known color: Clover. HEX triplet: 47, 53 and 2F. RGB value is (71,83,47). Sum of RGB (Red+Green+Blue) = 71+83+47=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #47532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47532F is #B8ACD0. Grayscale: #4B4B4B. Windows color (decimal): -12102865 or 3101511. OLE color: 3101511.

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

Color convert

RGB 71 83 47 -
CMYK 0.14 0 0.43 0.67
HSL 80º 0.28% 0.25% -
HSV(B) 80º 0.43% 0.33% -
XYZ 6.2 7.73 3.85 -
YUV 75.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 71 83 47 0.14 0 0.43 0.67 80 0.28 0.25
Hex 47 53 2F E 0 2B 43 50 1C 19
Octal 107 123 57 16 0 53 103 120 34 31
Binary 1000111 1010011 101111 1110 0 101011 1000011 1010000 11100 11001

Color Harmonies of #47532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47532F

Black with #47532F

Text Example


Text Example

White with #47532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,83,47); }

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

background-color css

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

 a { background-color: rgb(71,83,47); }

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

border-color css

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

 span { border-color: rgb(71,83,47); }

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