#468356

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

Shades of Como #468356

Tints of Como #468356

Color information

#468356 (or 0x468356) is unknown color: approx Como. HEX triplet: 46, 83 and 56. RGB value is (70,131,86). Sum of RGB (Red+Green+Blue) = 70+131+86=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #468356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468356 is #B97CA9. Grayscale: #6B6B6B. Windows color (decimal): -12156074 or 5669702. OLE color: 5669702.

HSL color Cylindrical-coordinate representation of color #468356: hue angle of 135.74º 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 #468356 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB7013186-
CMYK0.4700.340.49
HSL135.74º30.35%39.41%-
HSV(B)135.74º46.56%51.37%-
XYZ12.3218.2111.67-
YUV107.63115.79101.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=24.39%
G=45.64%
B=29.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131860.4700.340.49135.7430.3539.41
Hex4683562F02231881e27
Octal10620312657042612103647
Binary100011010000011101011010111101000101100011000100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468356; }

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

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

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

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

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

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

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

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