Html Css Color HEX #46552C Clover

📋 copy color: '#46552C'

red 70 ◦ green 85 ◦ blue 44

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

Shades of Clover #46552C

Tints of Clover #46552C

RGB

 RED value IS 70 (27.73% from 255) = 35.18%

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

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 35.18%
G = 42.71%
B = 22.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#46552C (or 0x46552C) is known color: Clover. HEX triplet: 46, 55 and 2C. RGB value is (70,85,44). Sum of RGB (Red+Green+Blue) = 70+85+44=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #46552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46552C is #B9AAD3. Grayscale: #4B4B4B. Windows color (decimal): -12167892 or 2905414. OLE color: 2905414.

HSL color Cylindrical-coordinate representation of color #46552C: hue angle of 81.95º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46552C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 44 -
CMYK 0.18 0 0.48 0.67
HSL 81.95º 0.32% 0.25% -
HSV(B) 81.95º 0.48% 0.33% -
XYZ 6.23 7.98 3.6 -
YUV 75.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 70 85 44 0.18 0 0.48 0.67 81.95 0.32 0.25
Hex 46 55 2C 12 0 30 43 52 20 19
Octal 106 125 54 22 0 60 103 122 40 31
Binary 1000110 1010101 101100 10010 0 110000 1000011 1010010 100000 11001

Color Harmonies of #46552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46552C

Black with #46552C

Text Example


Text Example

White with #46552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46552C; }

 p { color: rgb(70,85,44); }

 H1.HeaderClassName
 {
   color: #46552C;
 }
 .AnyTagClassName
 {
   color: #46552C;
 }
</style>

background-color css

<style>
 a { background-color: #46552C; }

 a { background-color: rgb(70,85,44); }

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

border-color css

<style>
 span { border-color: #46552C; }

 span { border-color: rgb(70,85,44); }

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