Html Css Color HEX #0C490F Myrtle

📋 copy color: '#0C490F'

red 12 ◦ green 73 ◦ blue 15

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

Shades of Myrtle #0C490F

Tints of Myrtle #0C490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15%

R = 12%
G = 73%
B = 15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#0C490F (or 0x0C490F) is known color: Myrtle. HEX triplet: 0C, 49 and 0F. RGB value is (12,73,15). Sum of RGB (Red+Green+Blue) = 12+73+15=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #0C490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C490F is #F3B6F0. Grayscale: #303030. Windows color (decimal): -15972081 or 1001740. OLE color: 1001740.

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

Color convert

RGB 12 73 15 -
CMYK 0.84 0 0.79 0.71
HSL 122.95º 0.72% 0.17% -
HSV(B) 122.95º 0.84% 0.29% -
XYZ 2.62 4.88 1.26 -
YUV 48.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 12 73 15 0.84 0 0.79 0.71 122.95 0.72 0.17
Hex C 49 F 54 0 4F 47 7B 48 11
Octal 14 111 17 124 0 117 107 173 110 21
Binary 1100 1001001 1111 1010100 0 1001111 1000111 1111011 1001000 10001

Color Harmonies of #0C490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C490F

Black with #0C490F

Text Example


Text Example

White with #0C490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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