#468156

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

Shades of Como #468156

Tints of Como #468156

Color information

#468156 (or 0x468156) is unknown color: approx Como. HEX triplet: 46, 81 and 56. RGB value is (70,129,86). Sum of RGB (Red+Green+Blue) = 70+129+86=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #468156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468156 is #B97EA9. Grayscale: #6A6A6A. Windows color (decimal): -12156586 or 5669190. OLE color: 5669190.

HSL color Cylindrical-coordinate representation of color #468156: hue angle of 136.27º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468156 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB7012986-
CMYK0.4600.330.49
HSL136.27º29.65%39.02%-
HSV(B)136.27º45.74%50.59%-
XYZ12.0617.6711.58-
YUV106.46116.45102-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=24.56%
G=45.26%
B=30.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129860.4600.330.49136.2729.6539.02
Hex4681562E02131881e27
Octal10620112656041612103647
Binary100011010000001101011010111001000011100011000100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468156; }

 p { color: rgb(70,129,86); }

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

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

 a { background-color: rgb(70,129,86); }

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

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

 span { border-color: rgb(70,129,86); }

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