Html Css Color HEX #0C4701 Myrtle

📋 copy color: '#0C4701'

red 12 ◦ green 71 ◦ blue 1

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

Shades of Myrtle #0C4701

Tints of Myrtle #0C4701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 14.29%
G = 84.52%
B = 1.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#0C4701 (or 0x0C4701) is known color: Myrtle. HEX triplet: 0C, 47 and 01. RGB value is (12,71,1). Sum of RGB (Red+Green+Blue) = 12+71+1=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 71 (28.12% from 255 or 84.52% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4701 is #F3B8FE. Grayscale: #2D2D2D. Windows color (decimal): -15972607 or 83724. OLE color: 83724.

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

Color convert

RGB 12 71 1 -
CMYK 0.83 0 0.99 0.72
HSL 110.57º 0.97% 0.14% -
HSV(B) 110.57º 0.99% 0.28% -
XYZ 2.41 4.59 0.79 -
YUV 45.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 12 71 1 0.83 0 0.99 0.72 110.57 0.97 0.14
Hex C 47 1 53 0 63 48 6F 61 E
Octal 14 107 1 123 0 143 110 157 141 16
Binary 1100 1000111 1 1010011 0 1100011 1001000 1101111 1100001 1110

Color Harmonies of #0C4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4701

Black with #0C4701

Text Example


Text Example

White with #0C4701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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