Html Css Color HEX #4B5E34 Clover

📋 copy color: '#4B5E34'

red 75 ◦ green 94 ◦ blue 52

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

Shades of Clover #4B5E34

Tints of Clover #4B5E34

RGB

 RED value IS 75 (29.69% from 255) = 33.94%

 GREEN value IS 94 (37.11% from 255) = 42.53%

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

R = 33.94%
G = 42.53%
B = 23.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#4B5E34 (or 0x4B5E34) is known color: Clover. HEX triplet: 4B, 5E and 34. RGB value is (75,94,52). Sum of RGB (Red+Green+Blue) = 75+94+52=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #4B5E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5E34 is #B4A1CB. Grayscale: #535353. Windows color (decimal): -11837900 or 3432011. OLE color: 3432011.

HSL color Cylindrical-coordinate representation of color #4B5E34: hue angle of 87.14º 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 #4B5E34 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 94 52 -
CMYK 0.20 0 0.45 0.63
HSL 87.14º 0.29% 0.29% -
HSV(B) 87.14º 0.45% 0.37% -
XYZ 7.52 9.75 4.73 -
YUV 83.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 75 94 52 0.20 0 0.45 0.63 87.14 0.29 0.29
Hex 4B 5E 34 14 0 2D 3F 57 1D 1D
Octal 113 136 64 24 0 55 77 127 35 35
Binary 1001011 1011110 110100 10100 0 101101 111111 1010111 11101 11101

Color Harmonies of #4B5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5E34

Black with #4B5E34

Text Example


Text Example

White with #4B5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,94,52); }

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

background-color css

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

 a { background-color: rgb(75,94,52); }

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

border-color css

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

 span { border-color: rgb(75,94,52); }

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