#468461

Color #468461 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #468461

Tints of Como #468461

Color information

#468461 (or 0x468461) is unknown color: approx Como. HEX triplet: 46, 84 and 61. RGB value is (70,132,97). Sum of RGB (Red+Green+Blue) = 70+132+97=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #468461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468461 is #B97B9E. Grayscale: #6D6D6D. Windows color (decimal): -12155807 or 6390854. OLE color: 6390854.

HSL color Cylindrical-coordinate representation of color #468461: hue angle of 146.13º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468461 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB7013297-
CMYK0.4700.270.48
HSL146.13º30.69%39.61%-
HSV(B)146.13º46.97%51.76%-
XYZ12.9318.6714.23-
YUV109.47120.9699.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=23.41%
G=44.15%
B=32.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70132970.4700.270.48146.1330.6939.61
Hex4684612F01B30921f28
Octal10620414157033602223750
Binary10001101000010011000011011110110111100001001001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468461; }

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

 H1.HeaderClassName
 {
   color: #468461;
 }
 .AnyTagClassName
 {
   color: #468461;
 }
</style>
background-color css

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

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

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

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

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

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