#467053

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

Shades of Como #467053

Tints of Como #467053

Color information

#467053 (or 0x467053) is unknown color: approx Como. HEX triplet: 46, 70 and 53. RGB value is (70,112,83). Sum of RGB (Red+Green+Blue) = 70+112+83=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #467053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467053 is #B98FAC. Grayscale: #606060. Windows color (decimal): -12160941 or 5468230. OLE color: 5468230.

HSL color Cylindrical-coordinate representation of color #467053: hue angle of 138.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467053 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB7011283-
CMYK0.3800.260.56
HSL138.57º23.08%35.69%-
HSV(B)138.57º37.5%43.92%-
XYZ9.8813.5110.27-
YUV96.14120.59109.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=26.42%
G=42.26%
B=31.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112830.3800.260.56138.5723.0835.69
Hex4670532601A388b1724
Octal10616012346032702132744
Binary1000110111000010100111001100110101110001000101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467053; }

 p { color: rgb(70,112,83); }

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

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

 a { background-color: rgb(70,112,83); }

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

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

 span { border-color: rgb(70,112,83); }

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