Html Css Color HEX #0C4913 Myrtle

📋 copy color: '#0C4913'

red 12 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #0C4913

Tints of Myrtle #0C4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 70.19%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 11.54%
G = 70.19%
B = 18.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#0C4913 (or 0x0C4913) is known color: Myrtle. HEX triplet: 0C, 49 and 13. RGB value is (12,73,19). Sum of RGB (Red+Green+Blue) = 12+73+19=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4913 is #F3B6EC. Grayscale: #303030. Windows color (decimal): -15972077 or 1263884. OLE color: 1263884.

HSL color Cylindrical-coordinate representation of color #0C4913: hue angle of 126.89º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4913 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 19 -
CMYK 0.84 0 0.74 0.71
HSL 126.89º 0.72% 0.17% -
HSV(B) 126.89º 0.84% 0.29% -
XYZ 2.65 4.89 1.42 -
YUV 48.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 12 73 19 0.84 0 0.74 0.71 126.89 0.72 0.17
Hex C 49 13 54 0 4A 47 7F 48 11
Octal 14 111 23 124 0 112 107 177 110 21
Binary 1100 1001001 10011 1010100 0 1001010 1000111 1111111 1001000 10001

Color Harmonies of #0C4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4913

Black with #0C4913

Text Example


Text Example

White with #0C4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,73,19); }

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

background-color css

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

 a { background-color: rgb(12,73,19); }

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

border-color css

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

 span { border-color: rgb(12,73,19); }

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