Html Css Color HEX #0C5D14 Myrtle

📋 copy color: '#0C5D14'

red 12 ◦ green 93 ◦ blue 20

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

Shades of Myrtle #0C5D14

Tints of Myrtle #0C5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 74.4%

 BLUE value IS 20 (8.2% from 255) = 16%

R = 9.6%
G = 74.4%
B = 16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#0C5D14 (or 0x0C5D14) is known color: Myrtle. HEX triplet: 0C, 5D and 14. RGB value is (12,93,20). Sum of RGB (Red+Green+Blue) = 12+93+20=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5D14 is #F3A2EB. Grayscale: #3C3C3C. Windows color (decimal): -15966956 or 1334540. OLE color: 1334540.

HSL color Cylindrical-coordinate representation of color #0C5D14: hue angle of 125.93º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5D14 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 93 20 -
CMYK 0.87 0 0.78 0.64
HSL 125.93º 0.77% 0.21% -
HSV(B) 125.93º 0.87% 0.36% -
XYZ 4.19 7.96 1.98 -
YUV 60.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 12 93 20 0.87 0 0.78 0.64 125.93 0.77 0.21
Hex C 5D 14 57 0 4E 40 7E 4D 15
Octal 14 135 24 127 0 116 100 176 115 25
Binary 1100 1011101 10100 1010111 0 1001110 1000000 1111110 1001101 10101

Color Harmonies of #0C5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5D14

Black with #0C5D14

Text Example


Text Example

White with #0C5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,93,20); }

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

background-color css

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

 a { background-color: rgb(12,93,20); }

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

border-color css

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

 span { border-color: rgb(12,93,20); }

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