Html Css Color HEX #4C552F Clover

📋 copy color: '#4C552F'

red 76 ◦ green 85 ◦ blue 47

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

Shades of Clover #4C552F

Tints of Clover #4C552F

RGB

 RED value IS 76 (30.08% from 255) = 36.54%

 GREEN value IS 85 (33.59% from 255) = 40.87%

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

R = 36.54%
G = 40.87%
B = 22.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#4C552F (or 0x4C552F) is known color: Clover. HEX triplet: 4C, 55 and 2F. RGB value is (76,85,47). Sum of RGB (Red+Green+Blue) = 76+85+47=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #4C552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C552F is #B3AAD0. Grayscale: #4E4E4E. Windows color (decimal): -11774673 or 3102028. OLE color: 3102028.

HSL color Cylindrical-coordinate representation of color #4C552F: hue angle of 74.21º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C552F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 85 47 -
CMYK 0.11 0 0.45 0.67
HSL 74.21º 0.29% 0.26% -
HSV(B) 74.21º 0.45% 0.33% -
XYZ 6.74 8.24 3.92 -
YUV 77.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 76 85 47 0.11 0 0.45 0.67 74.21 0.29 0.26
Hex 4C 55 2F B 0 2D 43 4A 1D 1A
Octal 114 125 57 13 0 55 103 112 35 32
Binary 1001100 1010101 101111 1011 0 101101 1000011 1001010 11101 11010

Color Harmonies of #4C552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C552F

Black with #4C552F

Text Example


Text Example

White with #4C552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,47); }

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

background-color css

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

 a { background-color: rgb(76,85,47); }

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

border-color css

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

 span { border-color: rgb(76,85,47); }

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