#0C442E

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

Shades of Zuccini #0C442E

Tints of Zuccini #0C442E

Color information

#0C442E (or 0x0C442E) is unknown color: approx Zuccini. HEX triplet: 0C, 44 and 2E. RGB value is (12,68,46). Sum of RGB (Red+Green+Blue) = 12+68+46=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #0C442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C442E is #F3BBD1. Grayscale: #303030. Windows color (decimal): -15973330 or 3032076. OLE color: 3032076.

HSL color Cylindrical-coordinate representation of color #0C442E: hue angle of 156.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C442E is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB126846-
CMYK0.8200.320.73
HSL156.43º70%15.69%-
HSV(B)156.43º82.35%26.67%-
XYZ2.714.413.29-
YUV48.75126.45101.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=9.52%
G=53.97%
B=36.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268460.8200.320.73156.437015.69
HexC442E52020499c4610
Octal141045612204011123410620
Binary1100100010010111010100100100000100100110011100100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,46); }

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

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

 a { background-color: rgb(12,68,46); }

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

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

 span { border-color: rgb(12,68,46); }

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