#0C4303

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

Shades of Myrtle #0C4303

Tints of Myrtle #0C4303

Color information

#0C4303 (or 0x0C4303) is unknown color: approx Myrtle. HEX triplet: 0C, 43 and 03. RGB value is (12,67,3). Sum of RGB (Red+Green+Blue) = 12+67+3=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 67 (26.56% from 255 or 81.71% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4303 is #F3BCFC. Grayscale: #2B2B2B. Windows color (decimal): -15973629 or 213772. OLE color: 213772.

HSL color Cylindrical-coordinate representation of color #0C4303: hue angle of 111.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C4303 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB12673-
CMYK0.8200.960.74
HSL111.56º91.43%13.73%-
HSV(B)111.56º95.52%26.27%-
XYZ2.184.10.76-
YUV43.26105.28105.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.63%
GREEN value IS 67 (26.56% from 255) = 81.71%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=14.63%
G=81.71%
B=3.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal126730.8200.960.74111.5691.4313.73
HexC433520604A705be
Octal141033122014011216013316
Binary11001000011111010010011000001001010111000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,3); }

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

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

 a { background-color: rgb(12,67,3); }

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

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

 span { border-color: rgb(12,67,3); }

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