Html Css Color HEX #46885F Como

📋 copy color: '#46885F'

red 70 ◦ green 136 ◦ blue 95

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

Shades of Como #46885F

Tints of Como #46885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 23.26%
G = 45.18%
B = 31.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#46885F (or 0x46885F) is known color: Como. HEX triplet: 46, 88 and 5F. RGB value is (70,136,95). Sum of RGB (Red+Green+Blue) = 70+136+95=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #46885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46885F is #B977A0. Grayscale: #6F6F6F. Windows color (decimal): -12154785 or 6260806. OLE color: 6260806.

HSL color Cylindrical-coordinate representation of color #46885F: hue angle of 142.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46885F is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 95 -
CMYK 0.49 0 0.30 0.47
HSL 142.73º 0.32% 0.4% -
HSV(B) 142.73º 0.49% 0.53% -
XYZ 13.4 19.74 13.93 -
YUV 111.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 70 136 95 0.49 0 0.30 0.47 142.73 0.32 0.4
Hex 46 88 5F 31 0 1E 2F 8F 20 28
Octal 106 210 137 61 0 36 57 217 40 50
Binary 1000110 10001000 1011111 110001 0 11110 101111 10001111 100000 101000

Color Harmonies of #46885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46885F

Black with #46885F

Text Example


Text Example

White with #46885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46885F; }

 p { color: rgb(70,136,95); }

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

background-color css

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

 a { background-color: rgb(70,136,95); }

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

border-color css

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

 span { border-color: rgb(70,136,95); }

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