Html Css Color HEX #0C3006 Myrtle

📋 copy color: '#0C3006'

red 12 ◦ green 48 ◦ blue 6

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

Shades of Myrtle #0C3006

Tints of Myrtle #0C3006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 72.73%

 BLUE value IS 6 (2.73% from 255) = 9.09%

R = 18.18%
G = 72.73%
B = 9.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#0C3006 (or 0x0C3006) is known color: Myrtle. HEX triplet: 0C, 30 and 06. RGB value is (12,48,6). Sum of RGB (Red+Green+Blue) = 12+48+6=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3006 is #F3CFF9. Grayscale: #202020. Windows color (decimal): -15978490 or 405516. OLE color: 405516.

HSL color Cylindrical-coordinate representation of color #0C3006: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3006 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 48 6 -
CMYK 0.75 0 0.87 0.81
HSL 111.43º 0.78% 0.11% -
HSV(B) 111.43º 0.88% 0.19% -
XYZ 1.24 2.21 0.53 -
YUV 32.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 12 48 6 0.75 0 0.87 0.81 111.43 0.78 0.11
Hex C 30 6 4B 0 57 51 6F 4E B
Octal 14 60 6 113 0 127 121 157 116 13
Binary 1100 110000 110 1001011 0 1010111 1010001 1101111 1001110 1011

Color Harmonies of #0C3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3006

Black with #0C3006

Text Example


Text Example

White with #0C3006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,48,6); }

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

background-color css

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

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

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

border-color css

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

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

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