Html Css Color HEX #465950 Plantation

📋 copy color: '#465950'

red 70 ◦ green 89 ◦ blue 80

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

Shades of Plantation #465950

Tints of Plantation #465950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 29.29%
G = 37.24%
B = 33.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#465950 (or 0x465950) is known color: Plantation. HEX triplet: 46, 59 and 50. RGB value is (70,89,80). Sum of RGB (Red+Green+Blue) = 70+89+80=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #465950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465950 is #B9A6AF. Grayscale: #525252. Windows color (decimal): -12166832 or 5265734. OLE color: 5265734.

HSL color Cylindrical-coordinate representation of color #465950: hue angle of 151.58º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465950 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 80 -
CMYK 0.21 0 0.10 0.65
HSL 151.58º 0.12% 0.31% -
HSV(B) 151.58º 0.21% 0.35% -
XYZ 7.55 9.03 8.93 -
YUV 82.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 70 89 80 0.21 0 0.10 0.65 151.58 0.12 0.31
Hex 46 59 50 15 0 A 41 98 C 1F
Octal 106 131 120 25 0 12 101 230 14 37
Binary 1000110 1011001 1010000 10101 0 1010 1000001 10011000 1100 11111

Color Harmonies of #465950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465950

Black with #465950

Text Example


Text Example

White with #465950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465950; }

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

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

background-color css

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

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

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

border-color css

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

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

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