Html Css Color HEX #0C4012 Myrtle

📋 copy color: '#0C4012'

red 12 ◦ green 64 ◦ blue 18

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

Shades of Myrtle #0C4012

Tints of Myrtle #0C4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 12.77%
G = 68.09%
B = 19.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#0C4012 (or 0x0C4012) is known color: Myrtle. HEX triplet: 0C, 40 and 12. RGB value is (12,64,18). Sum of RGB (Red+Green+Blue) = 12+64+18=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4012 is #F3BFED. Grayscale: #2B2B2B. Windows color (decimal): -15974382 or 1196044. OLE color: 1196044.

HSL color Cylindrical-coordinate representation of color #0C4012: hue angle of 126.92º 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 #0C4012 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 64 18 -
CMYK 0.81 0 0.72 0.75
HSL 126.92º 0.68% 0.15% -
HSV(B) 126.92º 0.81% 0.25% -
XYZ 2.09 3.79 1.19 -
YUV 43.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 12 64 18 0.81 0 0.72 0.75 126.92 0.68 0.15
Hex C 40 12 51 0 48 4B 7F 44 F
Octal 14 100 22 121 0 110 113 177 104 17
Binary 1100 1000000 10010 1010001 0 1001000 1001011 1111111 1000100 1111

Color Harmonies of #0C4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4012

Black with #0C4012

Text Example


Text Example

White with #0C4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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