Html Css Color HEX #4F5F35 Clover

📋 copy color: '#4F5F35'

red 79 ◦ green 95 ◦ blue 53

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

Shades of Clover #4F5F35

Tints of Clover #4F5F35

RGB

 RED value IS 79 (31.25% from 255) = 34.8%

 GREEN value IS 95 (37.5% from 255) = 41.85%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 34.8%
G = 41.85%
B = 23.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#4F5F35 (or 0x4F5F35) is known color: Clover. HEX triplet: 4F, 5F and 35. RGB value is (79,95,53). Sum of RGB (Red+Green+Blue) = 79+95+53=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5F35 is #B0A0CA. Grayscale: #555555. Windows color (decimal): -11575499 or 3497807. OLE color: 3497807.

HSL color Cylindrical-coordinate representation of color #4F5F35: hue angle of 82.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F5F35 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 95 53 -
CMYK 0.17 0 0.44 0.63
HSL 82.86º 0.28% 0.29% -
HSV(B) 82.86º 0.44% 0.37% -
XYZ 7.96 10.1 4.9 -
YUV 85.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 79 95 53 0.17 0 0.44 0.63 82.86 0.28 0.29
Hex 4F 5F 35 11 0 2C 3F 53 1C 1D
Octal 117 137 65 21 0 54 77 123 34 35
Binary 1001111 1011111 110101 10001 0 101100 111111 1010011 11100 11101

Color Harmonies of #4F5F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5F35

Black with #4F5F35

Text Example


Text Example

White with #4F5F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F5F35; }

 p { color: rgb(79,95,53); }

 H1.HeaderClassName
 {
   color: #4F5F35;
 }
 .AnyTagClassName
 {
   color: #4F5F35;
 }
</style>

background-color css

<style>
 a { background-color: #4F5F35; }

 a { background-color: rgb(79,95,53); }

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

border-color css

<style>
 span { border-color: #4F5F35; }

 span { border-color: rgb(79,95,53); }

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