Html Css Color HEX #0C490D Myrtle

📋 copy color: '#0C490D'

red 12 ◦ green 73 ◦ blue 13

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

Shades of Myrtle #0C490D

Tints of Myrtle #0C490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 12.24%
G = 74.49%
B = 13.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#0C490D (or 0x0C490D) is known color: Myrtle. HEX triplet: 0C, 49 and 0D. RGB value is (12,73,13). Sum of RGB (Red+Green+Blue) = 12+73+13=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #0C490D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C490D is #F3B6F2. Grayscale: #303030. Windows color (decimal): -15972083 or 870668. OLE color: 870668.

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

Color convert

RGB 12 73 13 -
CMYK 0.84 0 0.82 0.71
HSL 120.98º 0.72% 0.17% -
HSV(B) 120.98º 0.84% 0.29% -
XYZ 2.61 4.87 1.18 -
YUV 47.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 12 73 13 0.84 0 0.82 0.71 120.98 0.72 0.17
Hex C 49 D 54 0 52 47 79 48 11
Octal 14 111 15 124 0 122 107 171 110 21
Binary 1100 1001001 1101 1010100 0 1010010 1000111 1111001 1001000 10001

Color Harmonies of #0C490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C490D

Black with #0C490D

Text Example


Text Example

White with #0C490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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