Html Css Color HEX #0C400E Myrtle

📋 copy color: '#0C400E'

red 12 ◦ green 64 ◦ blue 14

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

Shades of Myrtle #0C400E

Tints of Myrtle #0C400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 71.11%

 BLUE value IS 14 (5.86% from 255) = 15.56%

R = 13.33%
G = 71.11%
B = 15.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#0C400E (or 0x0C400E) is known color: Myrtle. HEX triplet: 0C, 40 and 0E. RGB value is (12,64,14). Sum of RGB (Red+Green+Blue) = 12+64+14=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #0C400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C400E is #F3BFF1. Grayscale: #2A2A2A. Windows color (decimal): -15974386 or 933900. OLE color: 933900.

HSL color Cylindrical-coordinate representation of color #0C400E: hue angle of 122.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C400E is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 64 14 -
CMYK 0.81 0 0.78 0.75
HSL 122.31º 0.68% 0.15% -
HSV(B) 122.31º 0.81% 0.25% -
XYZ 2.06 3.78 1.04 -
YUV 42.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 12 64 14 0.81 0 0.78 0.75 122.31 0.68 0.15
Hex C 40 E 51 0 4E 4B 7A 44 F
Octal 14 100 16 121 0 116 113 172 104 17
Binary 1100 1000000 1110 1010001 0 1001110 1001011 1111010 1000100 1111

Color Harmonies of #0C400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C400E

Black with #0C400E

Text Example


Text Example

White with #0C400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,64,14); }

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

background-color css

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

 a { background-color: rgb(12,64,14); }

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

border-color css

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

 span { border-color: rgb(12,64,14); }

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