#0D412B

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

Shades of Zuccini #0D412B

Tints of Zuccini #0D412B

Color information

#0D412B (or 0x0D412B) is unknown color: approx Zuccini. HEX triplet: 0D, 41 and 2B. RGB value is (13,65,43). Sum of RGB (Red+Green+Blue) = 13+65+43=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #0D412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D412B is #F2BED4. Grayscale: #2E2E2E. Windows color (decimal): -15908565 or 2834701. OLE color: 2834701.

HSL color Cylindrical-coordinate representation of color #0D412B: hue angle of 154.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D412B is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB136543-
CMYK0.8000.340.75
HSL154.62º66.67%15.29%-
HSV(B)154.62º80%25.49%-
XYZ2.494.042.93-
YUV46.94125.77103.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=10.74%
G=53.72%
B=35.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1365430.8000.340.75154.6266.6715.29
HexD412B500224B9b43f
Octal151015312004211323310317
Binary110110000011010111010000010001010010111001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D412B; }

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

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

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

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

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

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

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

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