#0E412C

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

Shades of Zuccini #0E412C

Tints of Zuccini #0E412C

Color information

#0E412C (or 0x0E412C) is unknown color: approx Zuccini. HEX triplet: 0E, 41 and 2C. RGB value is (14,65,44). Sum of RGB (Red+Green+Blue) = 14+65+44=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #0E412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E412C is #F1BED3. Grayscale: #2F2F2F. Windows color (decimal): -15843028 or 2900238. OLE color: 2900238.

HSL color Cylindrical-coordinate representation of color #0E412C: hue angle of 155.29º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E412C is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB146544-
CMYK0.7800.320.75
HSL155.29º64.56%15.49%-
HSV(B)155.29º78.46%25.49%-
XYZ2.534.063.03-
YUV47.36126.1104.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.38%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=11.38%
G=52.85%
B=35.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1465440.7800.320.75155.2964.5615.49
HexE412C4E0204B9b41f
Octal161015411604011323310117
Binary111010000011011001001110010000010010111001101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,65,44); }

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

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

 a { background-color: rgb(14,65,44); }

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

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

 span { border-color: rgb(14,65,44); }

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