Html Css Color HEX #0C4E01 Myrtle

📋 copy color: '#0C4E01'

red 12 ◦ green 78 ◦ blue 1

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

Shades of Myrtle #0C4E01

Tints of Myrtle #0C4E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 85.71%

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 13.19%
G = 85.71%
B = 1.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#0C4E01 (or 0x0C4E01) is known color: Myrtle. HEX triplet: 0C, 4E and 01. RGB value is (12,78,1). Sum of RGB (Red+Green+Blue) = 12+78+1=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 78 (30.86% from 255 or 85.71% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4E01 is #F3B1FE. Grayscale: #313131. Windows color (decimal): -15970815 or 85516. OLE color: 85516.

HSL color Cylindrical-coordinate representation of color #0C4E01: hue angle of 111.43º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C4E01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 78 1 -
CMYK 0.85 0 0.99 0.69
HSL 111.43º 0.97% 0.15% -
HSV(B) 111.43º 0.99% 0.31% -
XYZ 2.88 5.53 0.94 -
YUV 49.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 12 78 1 0.85 0 0.99 0.69 111.43 0.97 0.15
Hex C 4E 1 55 0 63 45 6F 61 F
Octal 14 116 1 125 0 143 105 157 141 17
Binary 1100 1001110 1 1010101 0 1100011 1000101 1101111 1100001 1111

Color Harmonies of #0C4E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4E01

Black with #0C4E01

Text Example


Text Example

White with #0C4E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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