Html Css Color HEX #467155 Como

📋 copy color: '#467155'

red 70 ◦ green 113 ◦ blue 85

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

Shades of Como #467155

Tints of Como #467155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

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

R = 26.12%
G = 42.16%
B = 31.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#467155 (or 0x467155) is known color: Como. HEX triplet: 46, 71 and 55. RGB value is (70,113,85). Sum of RGB (Red+Green+Blue) = 70+113+85=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #467155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467155 is #B98EAA. Grayscale: #616161. Windows color (decimal): -12160683 or 5599558. OLE color: 5599558.

HSL color Cylindrical-coordinate representation of color #467155: hue angle of 140.93º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467155 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 85 -
CMYK 0.38 0 0.25 0.56
HSL 140.93º 0.23% 0.36% -
HSV(B) 140.93º 0.38% 0.44% -
XYZ 10.07 13.77 10.72 -
YUV 96.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 70 113 85 0.38 0 0.25 0.56 140.93 0.23 0.36
Hex 46 71 55 26 0 19 38 8D 17 24
Octal 106 161 125 46 0 31 70 215 27 44
Binary 1000110 1110001 1010101 100110 0 11001 111000 10001101 10111 100100

Color Harmonies of #467155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467155

Black with #467155

Text Example


Text Example

White with #467155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467155; }

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

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

background-color css

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

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

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

border-color css

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

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

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