Html Css Color HEX #4D5F34 Clover

📋 copy color: '#4D5F34'

red 77 ◦ green 95 ◦ blue 52

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

Shades of Clover #4D5F34

Tints of Clover #4D5F34

RGB

 RED value IS 77 (30.47% from 255) = 34.38%

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

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 34.38%
G = 42.41%
B = 23.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#4D5F34 (or 0x4D5F34) is known color: Clover. HEX triplet: 4D, 5F and 34. RGB value is (77,95,52). Sum of RGB (Red+Green+Blue) = 77+95+52=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F34 is #B2A0CB. Grayscale: #545454. Windows color (decimal): -11706572 or 3432269. OLE color: 3432269.

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

Color convert

RGB 77 95 52 -
CMYK 0.19 0 0.45 0.63
HSL 85.12º 0.29% 0.29% -
HSV(B) 85.12º 0.45% 0.37% -
XYZ 7.77 10.01 4.77 -
YUV 84.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 77 95 52 0.19 0 0.45 0.63 85.12 0.29 0.29
Hex 4D 5F 34 13 0 2D 3F 55 1D 1D
Octal 115 137 64 23 0 55 77 125 35 35
Binary 1001101 1011111 110100 10011 0 101101 111111 1010101 11101 11101

Color Harmonies of #4D5F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5F34

Black with #4D5F34

Text Example


Text Example

White with #4D5F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,95,52); }

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

background-color css

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

 a { background-color: rgb(77,95,52); }

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

border-color css

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

 span { border-color: rgb(77,95,52); }

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