#468865

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

Shades of Como #468865

Tints of Como #468865

Color information

#468865 (or 0x468865) is unknown color: approx Como. HEX triplet: 46, 88 and 65. RGB value is (70,136,101). Sum of RGB (Red+Green+Blue) = 70+136+101=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #468865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468865 is #B9779A. Grayscale: #707070. Windows color (decimal): -12154779 or 6654022. OLE color: 6654022.

HSL color Cylindrical-coordinate representation of color #468865: hue angle of 148.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468865 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB70136101-
CMYK0.4900.260.47
HSL148.18º32.04%40.39%-
HSV(B)148.18º48.53%53.33%-
XYZ13.6819.8515.42-
YUV112.28121.6397.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=22.80%
G=44.30%
B=32.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701361010.4900.260.47148.1832.0440.39
Hex4688653101A2F942028
Octal10621014561032572244050
Binary100011010001000110010111000101101010111110010100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468865; }

 p { color: rgb(70,136,101); }

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

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

 a { background-color: rgb(70,136,101); }

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

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

 span { border-color: rgb(70,136,101); }

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