#468364

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

Shades of Como #468364

Tints of Como #468364

Color information

#468364 (or 0x468364) is unknown color: approx Como. HEX triplet: 46, 83 and 64. RGB value is (70,131,100). Sum of RGB (Red+Green+Blue) = 70+131+100=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #468364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468364 is #B97C9B. Grayscale: #6D6D6D. Windows color (decimal): -12156060 or 6587206. OLE color: 6587206.

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

Color convert

RGB70131100-
CMYK0.4700.240.49
HSL149.51º30.35%39.41%-
HSV(B)149.51º46.56%51.37%-
XYZ12.9418.4514.94-
YUV109.23122.79100.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=23.26%
G=43.52%
B=33.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311000.4700.240.49149.5130.3539.41
Hex4683642F01831961e27
Octal10620314457030612263647
Binary10001101000001111001001011110110001100011001011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468364; }

 p { color: rgb(70,131,100); }

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

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

 a { background-color: rgb(70,131,100); }

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

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

 span { border-color: rgb(70,131,100); }

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