Html Css Color HEX #467856 Como

📋 copy color: '#467856'

red 70 ◦ green 120 ◦ blue 86

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

Shades of Como #467856

Tints of Como #467856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.48%

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 25.36%
G = 43.48%
B = 31.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#467856 (or 0x467856) is known color: Como. HEX triplet: 46, 78 and 56. RGB value is (70,120,86). Sum of RGB (Red+Green+Blue) = 70+120+86=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #467856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467856 is #B987A9. Grayscale: #656565. Windows color (decimal): -12158890 or 5666886. OLE color: 5666886.

HSL color Cylindrical-coordinate representation of color #467856: hue angle of 139.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467856 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 120 86 -
CMYK 0.42 0 0.28 0.53
HSL 139.2º 0.26% 0.37% -
HSV(B) 139.2º 0.42% 0.47% -
XYZ 10.92 15.41 11.2 -
YUV 101.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 70 120 86 0.42 0 0.28 0.53 139.2 0.26 0.37
Hex 46 78 56 2A 0 1C 35 8B 1A 25
Octal 106 170 126 52 0 34 65 213 32 45
Binary 1000110 1111000 1010110 101010 0 11100 110101 10001011 11010 100101

Color Harmonies of #467856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467856

Black with #467856

Text Example


Text Example

White with #467856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467856; }

 p { color: rgb(70,120,86); }

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

background-color css

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

 a { background-color: rgb(70,120,86); }

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

border-color css

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

 span { border-color: rgb(70,120,86); }

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