Html Css Color HEX #0C3304 Myrtle

📋 copy color: '#0C3304'

red 12 ◦ green 51 ◦ blue 4

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

Shades of Myrtle #0C3304

Tints of Myrtle #0C3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 76.12%

 BLUE value IS 4 (1.95% from 255) = 5.97%

R = 17.91%
G = 76.12%
B = 5.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#0C3304 (or 0x0C3304) is known color: Myrtle. HEX triplet: 0C, 33 and 04. RGB value is (12,51,4). Sum of RGB (Red+Green+Blue) = 12+51+4=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #0C3304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3304 is #F3CCFB. Grayscale: #222222. Windows color (decimal): -15977724 or 275212. OLE color: 275212.

HSL color Cylindrical-coordinate representation of color #0C3304: hue angle of 109.79º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3304 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 51 4 -
CMYK 0.76 0 0.92 0.8
HSL 109.79º 0.85% 0.11% -
HSV(B) 109.79º 0.92% 0.2% -
XYZ 1.36 2.45 0.52 -
YUV 33.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 12 51 4 0.76 0 0.92 0.8 109.79 0.85 0.11
Hex C 33 4 4C 0 5C 50 6E 55 B
Octal 14 63 4 114 0 134 120 156 125 13
Binary 1100 110011 100 1001100 0 1011100 1010000 1101110 1010101 1011

Color Harmonies of #0C3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3304

Black with #0C3304

Text Example


Text Example

White with #0C3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,51,4); }

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

background-color css

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

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

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

border-color css

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

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

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