Html Css Color HEX #0C490C Myrtle

📋 copy color: '#0C490C'

red 12 ◦ green 73 ◦ blue 12

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

Shades of Myrtle #0C490C

Tints of Myrtle #0C490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 12.37%
G = 75.26%
B = 12.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#0C490C (or 0x0C490C) is known color: Myrtle. HEX triplet: 0C, 49 and 0C. RGB value is (12,73,12). Sum of RGB (Red+Green+Blue) = 12+73+12=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #0C490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C490C is #F3B6F3. Grayscale: #2F2F2F. Windows color (decimal): -15972084 or 805132. OLE color: 805132.

HSL color Cylindrical-coordinate representation of color #0C490C: hue angle of 120º 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 #0C490C is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 12 -
CMYK 0.84 0 0.84 0.71
HSL 120º 0.72% 0.17% -
HSV(B) 120º 0.84% 0.29% -
XYZ 2.6 4.87 1.15 -
YUV 47.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 12 73 12 0.84 0 0.84 0.71 120 0.72 0.17
Hex C 49 C 54 0 54 47 78 48 11
Octal 14 111 14 124 0 124 107 170 110 21
Binary 1100 1001001 1100 1010100 0 1010100 1000111 1111000 1001000 10001

Color Harmonies of #0C490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C490C

Black with #0C490C

Text Example


Text Example

White with #0C490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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