Html Css Color HEX #467360 Como

📋 copy color: '#467360'

red 70 ◦ green 115 ◦ blue 96

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

Shades of Como #467360

Tints of Como #467360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 24.91%
G = 40.93%
B = 34.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#467360 (or 0x467360) is known color: Como. HEX triplet: 46, 73 and 60. RGB value is (70,115,96). Sum of RGB (Red+Green+Blue) = 70+115+96=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #467360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467360 is #B98C9F. Grayscale: #636363. Windows color (decimal): -12160160 or 6320966. OLE color: 6320966.

HSL color Cylindrical-coordinate representation of color #467360: hue angle of 154.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467360 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 96 -
CMYK 0.39 0 0.17 0.55
HSL 154.67º 0.24% 0.36% -
HSV(B) 154.67º 0.39% 0.45% -
XYZ 10.77 14.41 13.28 -
YUV 99.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 70 115 96 0.39 0 0.17 0.55 154.67 0.24 0.36
Hex 46 73 60 27 0 11 37 9B 18 24
Octal 106 163 140 47 0 21 67 233 30 44
Binary 1000110 1110011 1100000 100111 0 10001 110111 10011011 11000 100100

Color Harmonies of #467360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467360

Black with #467360

Text Example


Text Example

White with #467360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467360; }

 p { color: rgb(70,115,96); }

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

background-color css

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

 a { background-color: rgb(70,115,96); }

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

border-color css

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

 span { border-color: rgb(70,115,96); }

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