#0C4201

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

Shades of Myrtle #0C4201

Tints of Myrtle #0C4201

Color information

#0C4201 (or 0x0C4201) is unknown color: approx Myrtle. HEX triplet: 0C, 42 and 01. RGB value is (12,66,1). Sum of RGB (Red+Green+Blue) = 12+66+1=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 66 (26.17% from 255 or 83.54% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4201 is #F3BDFE. Grayscale: #2A2A2A. Windows color (decimal): -15973887 or 82444. OLE color: 82444.

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

Color convert

RGB12661-
CMYK0.8200.980.74
HSL109.85º97.01%13.14%-
HSV(B)109.85º98.48%25.88%-
XYZ2.113.980.69-
YUV42.44104.61106.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 66 (26.17% from 255) = 83.54%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=15.19%
G=83.54%
B=1.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal126610.8200.980.74109.8597.0113.14
HexC421520624A6e61d
Octal141021122014211215614115
Binary1100100001011010010011000101001010110111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,1); }

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

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

 a { background-color: rgb(12,66,1); }

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

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

 span { border-color: rgb(12,66,1); }

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