Html Css Color HEX #46552A Clover

📋 copy color: '#46552A'

red 70 ◦ green 85 ◦ blue 42

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

Shades of Clover #46552A

Tints of Clover #46552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 35.53%
G = 43.15%
B = 21.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#46552A (or 0x46552A) is known color: Clover. HEX triplet: 46, 55 and 2A. RGB value is (70,85,42). Sum of RGB (Red+Green+Blue) = 70+85+42=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #46552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46552A is #B9AAD5. Grayscale: #4B4B4B. Windows color (decimal): -12167894 or 2774342. OLE color: 2774342.

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

Color convert

RGB 70 85 42 -
CMYK 0.18 0 0.51 0.67
HSL 80.93º 0.34% 0.25% -
HSV(B) 80.93º 0.51% 0.33% -
XYZ 6.19 7.97 3.4 -
YUV 75.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 70 85 42 0.18 0 0.51 0.67 80.93 0.34 0.25
Hex 46 55 2A 12 0 33 43 51 22 19
Octal 106 125 52 22 0 63 103 121 42 31
Binary 1000110 1010101 101010 10010 0 110011 1000011 1010001 100010 11001

Color Harmonies of #46552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46552A

Black with #46552A

Text Example


Text Example

White with #46552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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