Html Css Color HEX #465D45 Grey-Asparagus

📋 copy color: '#465D45'

red 70 ◦ green 93 ◦ blue 69

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

Shades of Grey-Asparagus #465D45

Tints of Grey-Asparagus #465D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 69 (27.34% from 255) = 29.74%

R = 30.17%
G = 40.09%
B = 29.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#465D45 (or 0x465D45) is known color: Grey-Asparagus. HEX triplet: 46, 5D and 45. RGB value is (70,93,69). Sum of RGB (Red+Green+Blue) = 70+93+69=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #465D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D45 is #B9A2BA. Grayscale: #535353. Windows color (decimal): -12165819 or 4545862. OLE color: 4545862.

HSL color Cylindrical-coordinate representation of color #465D45: hue angle of 117.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465D45 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 69 -
CMYK 0.25 0 0.26 0.64
HSL 117.5º 0.15% 0.32% -
HSV(B) 117.5º 0.26% 0.36% -
XYZ 7.51 9.56 7.08 -
YUV 83.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 70 93 69 0.25 0 0.26 0.64 117.5 0.15 0.32
Hex 46 5D 45 19 0 1A 40 76 F 20
Octal 106 135 105 31 0 32 100 166 17 40
Binary 1000110 1011101 1000101 11001 0 11010 1000000 1110110 1111 100000

Color Harmonies of #465D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D45

Black with #465D45

Text Example


Text Example

White with #465D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D45; }

 p { color: rgb(70,93,69); }

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

background-color css

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

 a { background-color: rgb(70,93,69); }

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

border-color css

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

 span { border-color: rgb(70,93,69); }

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