Html Css Color HEX #0C370E Myrtle

📋 copy color: '#0C370E'

red 12 ◦ green 55 ◦ blue 14

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

Shades of Myrtle #0C370E

Tints of Myrtle #0C370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 67.9%

 BLUE value IS 14 (5.86% from 255) = 17.28%

R = 14.81%
G = 67.9%
B = 17.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#0C370E (or 0x0C370E) is known color: Myrtle. HEX triplet: 0C, 37 and 0E. RGB value is (12,55,14). Sum of RGB (Red+Green+Blue) = 12+55+14=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #0C370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C370E is #F3C8F1. Grayscale: #252525. Windows color (decimal): -15976690 or 931596. OLE color: 931596.

HSL color Cylindrical-coordinate representation of color #0C370E: hue angle of 122.79º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C370E is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 55 14 -
CMYK 0.78 0 0.75 0.78
HSL 122.79º 0.64% 0.13% -
HSV(B) 122.79º 0.78% 0.22% -
XYZ 1.6 2.84 0.88 -
YUV 37.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 12 55 14 0.78 0 0.75 0.78 122.79 0.64 0.13
Hex C 37 E 4E 0 4B 4E 7B 40 D
Octal 14 67 16 116 0 113 116 173 100 15
Binary 1100 110111 1110 1001110 0 1001011 1001110 1111011 1000000 1101

Color Harmonies of #0C370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C370E

Black with #0C370E

Text Example


Text Example

White with #0C370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,14); }

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

background-color css

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

 a { background-color: rgb(12,55,14); }

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

border-color css

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

 span { border-color: rgb(12,55,14); }

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