#468962

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

Shades of Como #468962

Tints of Como #468962

Color information

#468962 (or 0x468962) is unknown color: approx Como. HEX triplet: 46, 89 and 62. RGB value is (70,137,98). Sum of RGB (Red+Green+Blue) = 70+137+98=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #468962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468962 is #B9769D. Grayscale: #707070. Windows color (decimal): -12154526 or 6457670. OLE color: 6457670.

HSL color Cylindrical-coordinate representation of color #468962: hue angle of 145.07º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468962 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB7013798-
CMYK0.4900.280.46
HSL145.07º32.37%40.59%-
HSV(B)145.07º48.91%53.73%-
XYZ13.6820.0814.71-
YUV112.52119.897.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=22.95%
G=44.92%
B=32.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137980.4900.280.46145.0732.3740.59
Hex4689623101C2E912029
Octal10621114261034562214051
Binary100011010001001110001011000101110010111010010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468962; }

 p { color: rgb(70,137,98); }

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

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

 a { background-color: rgb(70,137,98); }

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

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

 span { border-color: rgb(70,137,98); }

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