Html Css Color HEX #46855F Como

📋 copy color: '#46855F'

red 70 ◦ green 133 ◦ blue 95

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

Shades of Como #46855F

Tints of Como #46855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

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

R = 23.49%
G = 44.63%
B = 31.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#46855F (or 0x46855F) is known color: Como. HEX triplet: 46, 85 and 5F. RGB value is (70,133,95). Sum of RGB (Red+Green+Blue) = 70+133+95=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #46855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46855F is #B97AA0. Grayscale: #6D6D6D. Windows color (decimal): -12155553 or 6260038. OLE color: 6260038.

HSL color Cylindrical-coordinate representation of color #46855F: hue angle of 143.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46855F is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 95 -
CMYK 0.47 0 0.29 0.48
HSL 143.81º 0.31% 0.4% -
HSV(B) 143.81º 0.47% 0.52% -
XYZ 12.98 18.9 13.79 -
YUV 109.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 70 133 95 0.47 0 0.29 0.48 143.81 0.31 0.4
Hex 46 85 5F 2F 0 1D 30 90 1F 28
Octal 106 205 137 57 0 35 60 220 37 50
Binary 1000110 10000101 1011111 101111 0 11101 110000 10010000 11111 101000

Color Harmonies of #46855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46855F

Black with #46855F

Text Example


Text Example

White with #46855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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