Html Css Color HEX #467955 Como

📋 copy color: '#467955'

red 70 ◦ green 121 ◦ blue 85

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

Shades of Como #467955

Tints of Como #467955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.84%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 25.36%
G = 43.84%
B = 30.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#467955 (or 0x467955) is known color: Como. HEX triplet: 46, 79 and 55. RGB value is (70,121,85). Sum of RGB (Red+Green+Blue) = 70+121+85=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #467955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467955 is #B986AA. Grayscale: #656565. Windows color (decimal): -12158635 or 5601606. OLE color: 5601606.

HSL color Cylindrical-coordinate representation of color #467955: hue angle of 137.65º degrees, saturation: 0.27, 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 #467955 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 85 -
CMYK 0.42 0 0.30 0.53
HSL 137.65º 0.27% 0.37% -
HSV(B) 137.65º 0.42% 0.47% -
XYZ 11 15.63 11.03 -
YUV 101.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 70 121 85 0.42 0 0.30 0.53 137.65 0.27 0.37
Hex 46 79 55 2A 0 1E 35 8A 1B 25
Octal 106 171 125 52 0 36 65 212 33 45
Binary 1000110 1111001 1010101 101010 0 11110 110101 10001010 11011 100101

Color Harmonies of #467955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467955

Black with #467955

Text Example


Text Example

White with #467955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467955; }

 p { color: rgb(70,121,85); }

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

background-color css

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

 a { background-color: rgb(70,121,85); }

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

border-color css

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

 span { border-color: rgb(70,121,85); }

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