Html Css Color HEX #0C470D Myrtle

📋 copy color: '#0C470D'

red 12 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #0C470D

Tints of Myrtle #0C470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 73.96%

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

R = 12.5%
G = 73.96%
B = 13.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#0C470D (or 0x0C470D) is known color: Myrtle. HEX triplet: 0C, 47 and 0D. RGB value is (12,71,13). Sum of RGB (Red+Green+Blue) = 12+71+13=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #0C470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C470D is #F3B8F2. Grayscale: #2E2E2E. Windows color (decimal): -15972595 or 870156. OLE color: 870156.

HSL color Cylindrical-coordinate representation of color #0C470D: hue angle of 121.02º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C470D is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 71 13 -
CMYK 0.83 0 0.82 0.72
HSL 121.02º 0.71% 0.16% -
HSV(B) 121.02º 0.83% 0.28% -
XYZ 2.48 4.61 1.14 -
YUV 46.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 12 71 13 0.83 0 0.82 0.72 121.02 0.71 0.16
Hex C 47 D 53 0 52 48 79 47 10
Octal 14 107 15 123 0 122 110 171 107 20
Binary 1100 1000111 1101 1010011 0 1010010 1001000 1111001 1000111 10000

Color Harmonies of #0C470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C470D

Black with #0C470D

Text Example


Text Example

White with #0C470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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