Html Css Color HEX #465037 Clover

📋 copy color: '#465037'

red 70 ◦ green 80 ◦ blue 55

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

Shades of Clover #465037

Tints of Clover #465037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 34.15%
G = 39.02%
B = 26.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#465037 (or 0x465037) is known color: Clover. HEX triplet: 46, 50 and 37. RGB value is (70,80,55). Sum of RGB (Red+Green+Blue) = 70+80+55=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #465037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465037 is #B9AFC8. Grayscale: #4A4A4A. Windows color (decimal): -12169161 or 3625030. OLE color: 3625030.

HSL color Cylindrical-coordinate representation of color #465037: hue angle of 84º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465037 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 55 -
CMYK 0.12 0 0.31 0.69
HSL 84º 0.19% 0.26% -
HSV(B) 84º 0.31% 0.31% -
XYZ 6.08 7.32 4.71 -
YUV 74.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 70 80 55 0.12 0 0.31 0.69 84 0.19 0.26
Hex 46 50 37 C 0 1F 45 54 13 1A
Octal 106 120 67 14 0 37 105 124 23 32
Binary 1000110 1010000 110111 1100 0 11111 1000101 1010100 10011 11010

Color Harmonies of #465037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465037

Black with #465037

Text Example


Text Example

White with #465037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465037; }

 p { color: rgb(70,80,55); }

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

background-color css

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

 a { background-color: rgb(70,80,55); }

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

border-color css

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

 span { border-color: rgb(70,80,55); }

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