#164631

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

Shades of Zuccini #164631

Tints of Zuccini #164631

Color information

#164631 (or 0x164631) is unknown color: approx Zuccini. HEX triplet: 16, 46 and 31. RGB value is (22,70,49). Sum of RGB (Red+Green+Blue) = 22+70+49=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #164631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164631 is #E9B9CE. Grayscale: #353535. Windows color (decimal): -15317455 or 3229206. OLE color: 3229206.

HSL color Cylindrical-coordinate representation of color #164631: hue angle of 153.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164631 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB227049-
CMYK0.6900.300.73
HSL153.75º52.17%18.04%-
HSV(B)153.75º68.57%27.45%-
XYZ3.084.773.66-
YUV53.25125.6105.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=15.60%
G=49.65%
B=34.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270490.6900.300.73153.7552.1718.04
Hex1646314501E499a3412
Octal26106611050361112326422
Binary101101000110110001100010101111010010011001101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164631; }

 p { color: rgb(22,70,49); }

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

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

 a { background-color: rgb(22,70,49); }

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

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

 span { border-color: rgb(22,70,49); }

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