Html Css Color HEX #0C1C06 Myrtle

📋 copy color: '#0C1C06'

red 12 ◦ green 28 ◦ blue 6

#0C1C06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0C1C06

Tints of Myrtle #0C1C06

RGB

 RED value IS 12 (5.08% from 255) = 26.09%

 GREEN value IS 28 (11.33% from 255) = 60.87%

 BLUE value IS 6 (2.73% from 255) = 13.04%

R = 26.09%
G = 60.87%
B = 13.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#0C1C06 (or 0x0C1C06) is known color: Myrtle. HEX triplet: 0C, 1C and 06. RGB value is (12,28,6). Sum of RGB (Red+Green+Blue) = 12+28+6=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C06 is #F3E3F9. Grayscale: #141414. Windows color (decimal): -15983610 or 400396. OLE color: 400396.

HSL color Cylindrical-coordinate representation of color #0C1C06: hue angle of 103.64º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C1C06 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 28 6 -
CMYK 0.57 0 0.79 0.89
HSL 103.64º 0.65% 0.07% -
HSV(B) 103.64º 0.79% 0.11% -
XYZ 0.6 0.92 0.32 -
YUV 20.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 12 28 6 0.57 0 0.79 0.89 103.64 0.65 0.07
Hex C 1C 6 39 0 4F 59 68 41 7
Octal 14 34 6 71 0 117 131 150 101 7
Binary 1100 11100 110 111001 0 1001111 1011001 1101000 1000001 111

Color Harmonies of #0C1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C06

Black with #0C1C06

Text Example


Text Example

White with #0C1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,28,6); }

 H1.HeaderClassName
 {
   color: #0C1C06;
 }
 .AnyTagClassName
 {
   color: #0C1C06;
 }
</style>

background-color css

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

 a { background-color: rgb(12,28,6); }

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

border-color css

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

 span { border-color: rgb(12,28,6); }

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