Html Css Color HEX #474F38 Clover

📋 copy color: '#474F38'

red 71 ◦ green 79 ◦ blue 56

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

Shades of Clover #474F38

Tints of Clover #474F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.35%

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 34.47%
G = 38.35%
B = 27.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#474F38 (or 0x474F38) is known color: Clover. HEX triplet: 47, 4F and 38. RGB value is (71,79,56). Sum of RGB (Red+Green+Blue) = 71+79+56=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #474F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F38 is #B8B0C7. Grayscale: #4A4A4A. Windows color (decimal): -12103880 or 3690311. OLE color: 3690311.

HSL color Cylindrical-coordinate representation of color #474F38: hue angle of 80.87º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474F38 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 56 -
CMYK 0.10 0 0.29 0.69
HSL 80.87º 0.17% 0.26% -
HSV(B) 80.87º 0.29% 0.31% -
XYZ 6.11 7.22 4.81 -
YUV 73.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 71 79 56 0.10 0 0.29 0.69 80.87 0.17 0.26
Hex 47 4F 38 A 0 1D 45 51 11 1A
Octal 107 117 70 12 0 35 105 121 21 32
Binary 1000111 1001111 111000 1010 0 11101 1000101 1010001 10001 11010

Color Harmonies of #474F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F38

Black with #474F38

Text Example


Text Example

White with #474F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F38; }

 p { color: rgb(71,79,56); }

 H1.HeaderClassName
 {
   color: #474F38;
 }
 .AnyTagClassName
 {
   color: #474F38;
 }
</style>

background-color css

<style>
 a { background-color: #474F38; }

 a { background-color: rgb(71,79,56); }

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

border-color css

<style>
 span { border-color: #474F38; }

 span { border-color: rgb(71,79,56); }

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