#10502B

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

Shades of Zuccini #10502B

Tints of Zuccini #10502B

Color information

#10502B (or 0x10502B) is unknown color: approx Zuccini. HEX triplet: 10, 50 and 2B. RGB value is (16,80,43). Sum of RGB (Red+Green+Blue) = 16+80+43=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #10502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10502B is #EFAFD4. Grayscale: #383838. Windows color (decimal): -15708117 or 2838544. OLE color: 2838544.

HSL color Cylindrical-coordinate representation of color #10502B: hue angle of 145.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10502B is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB168043-
CMYK0.8000.460.69
HSL145.31º66.67%18.82%-
HSV(B)145.31º80%31.37%-
XYZ3.526.023.26-
YUV56.65120.399.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=11.51%
G=57.55%
B=30.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680430.8000.460.69145.3166.6718.82
Hex10502B5002E45914313
Octal201205312005610522110323
Binary10000101000010101110100000101110100010110010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10502B; }

 p { color: rgb(16,80,43); }

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

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

 a { background-color: rgb(16,80,43); }

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

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

 span { border-color: rgb(16,80,43); }

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