Html Css Color HEX #467561 Como

📋 copy color: '#467561'

red 70 ◦ green 117 ◦ blue 97

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

Shades of Como #467561

Tints of Como #467561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 24.65%
G = 41.2%
B = 34.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#467561 (or 0x467561) is known color: Como. HEX triplet: 46, 75 and 61. RGB value is (70,117,97). Sum of RGB (Red+Green+Blue) = 70+117+97=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #467561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467561 is #B98A9E. Grayscale: #646464. Windows color (decimal): -12159647 or 6387014. OLE color: 6387014.

HSL color Cylindrical-coordinate representation of color #467561: hue angle of 154.47º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467561 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 97 -
CMYK 0.40 0 0.17 0.54
HSL 154.47º 0.25% 0.37% -
HSV(B) 154.47º 0.4% 0.46% -
XYZ 11.04 14.89 13.6 -
YUV 100.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 70 117 97 0.40 0 0.17 0.54 154.47 0.25 0.37
Hex 46 75 61 28 0 11 36 9A 19 25
Octal 106 165 141 50 0 21 66 232 31 45
Binary 1000110 1110101 1100001 101000 0 10001 110110 10011010 11001 100101

Color Harmonies of #467561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467561

Black with #467561

Text Example


Text Example

White with #467561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467561; }

 p { color: rgb(70,117,97); }

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

background-color css

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

 a { background-color: rgb(70,117,97); }

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

border-color css

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

 span { border-color: rgb(70,117,97); }

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