Html Css Color HEX #0C5815 Myrtle

📋 copy color: '#0C5815'

red 12 ◦ green 88 ◦ blue 21

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

Shades of Myrtle #0C5815

Tints of Myrtle #0C5815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 72.73%

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 9.92%
G = 72.73%
B = 17.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#0C5815 (or 0x0C5815) is known color: Myrtle. HEX triplet: 0C, 58 and 15. RGB value is (12,88,21). Sum of RGB (Red+Green+Blue) = 12+88+21=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 88 (34.77% from 255 or 72.73% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5815 is #F3A7EA. Grayscale: #393939. Windows color (decimal): -15968235 or 1398796. OLE color: 1398796.

HSL color Cylindrical-coordinate representation of color #0C5815: hue angle of 127.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5815 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 88 21 -
CMYK 0.86 0 0.76 0.65
HSL 127.11º 0.76% 0.2% -
HSV(B) 127.11º 0.86% 0.35% -
XYZ 3.78 7.11 1.88 -
YUV 57.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 12 88 21 0.86 0 0.76 0.65 127.11 0.76 0.2
Hex C 58 15 56 0 4C 41 7F 4C 14
Octal 14 130 25 126 0 114 101 177 114 24
Binary 1100 1011000 10101 1010110 0 1001100 1000001 1111111 1001100 10100

Color Harmonies of #0C5815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5815

Black with #0C5815

Text Example


Text Example

White with #0C5815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,21); }

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

background-color css

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

 a { background-color: rgb(12,88,21); }

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

border-color css

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

 span { border-color: rgb(12,88,21); }

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