#10412B

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

Shades of Zuccini #10412B

Tints of Zuccini #10412B

Color information

#10412B (or 0x10412B) is unknown color: approx Zuccini. HEX triplet: 10, 41 and 2B. RGB value is (16,65,43). Sum of RGB (Red+Green+Blue) = 16+65+43=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #10412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412B is #EFBED4. Grayscale: #2F2F2F. Windows color (decimal): -15711957 or 2834704. OLE color: 2834704.

HSL color Cylindrical-coordinate representation of color #10412B: hue angle of 153.06º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10412B is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB166543-
CMYK0.7500.340.75
HSL153.06º60.49%15.88%-
HSV(B)153.06º75.38%25.49%-
XYZ2.544.072.94-
YUV47.84125.27105.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=12.90%
G=52.42%
B=34.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665430.7500.340.75153.0660.4915.88
Hex10412B4B0224B993c10
Octal20101531130421132317420
Binary1000010000011010111001011010001010010111001100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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