#10512E

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

Shades of Zuccini #10512E

Tints of Zuccini #10512E

Color information

#10512E (or 0x10512E) is unknown color: approx Zuccini. HEX triplet: 10, 51 and 2E. RGB value is (16,81,46). Sum of RGB (Red+Green+Blue) = 16+81+46=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #10512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10512E is #EFAED1. Grayscale: #393939. Windows color (decimal): -15707858 or 3035408. OLE color: 3035408.

HSL color Cylindrical-coordinate representation of color #10512E: hue angle of 147.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10512E is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB168146-
CMYK0.8000.430.68
HSL147.69º67.01%19.02%-
HSV(B)147.69º80.25%31.76%-
XYZ3.656.193.59-
YUV57.58121.4798.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 81 (32.03% from 255) = 56.64%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=11.19%
G=56.64%
B=32.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1681460.8000.430.68147.6967.0119.02
Hex10512E5002B44944313
Octal201215612005310422410323
Binary10000101000110111010100000101011100010010010100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10512E; }

 p { color: rgb(16,81,46); }

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

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

 a { background-color: rgb(16,81,46); }

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

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

 span { border-color: rgb(16,81,46); }

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