Html Css Color HEX #465535 Clover

📋 copy color: '#465535'

red 70 ◦ green 85 ◦ blue 53

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

Shades of Clover #465535

Tints of Clover #465535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 33.65%
G = 40.87%
B = 25.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#465535 (or 0x465535) is known color: Clover. HEX triplet: 46, 55 and 35. RGB value is (70,85,53). Sum of RGB (Red+Green+Blue) = 70+85+53=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #465535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465535 is #B9AACA. Grayscale: #4C4C4C. Windows color (decimal): -12167883 or 3495238. OLE color: 3495238.

HSL color Cylindrical-coordinate representation of color #465535: hue angle of 88.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465535 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 53 -
CMYK 0.18 0 0.38 0.67
HSL 88.13º 0.23% 0.27% -
HSV(B) 88.13º 0.38% 0.33% -
XYZ 6.42 8.06 4.58 -
YUV 76.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 70 85 53 0.18 0 0.38 0.67 88.13 0.23 0.27
Hex 46 55 35 12 0 26 43 58 17 1B
Octal 106 125 65 22 0 46 103 130 27 33
Binary 1000110 1010101 110101 10010 0 100110 1000011 1011000 10111 11011

Color Harmonies of #465535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465535

Black with #465535

Text Example


Text Example

White with #465535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465535; }

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

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

background-color css

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

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

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

border-color css

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

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

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