Html Css Color HEX #0C5311 Myrtle

📋 copy color: '#0C5311'

red 12 ◦ green 83 ◦ blue 17

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

Shades of Myrtle #0C5311

Tints of Myrtle #0C5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 74.11%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 10.71%
G = 74.11%
B = 15.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#0C5311 (or 0x0C5311) is known color: Myrtle. HEX triplet: 0C, 53 and 11. RGB value is (12,83,17). Sum of RGB (Red+Green+Blue) = 12+83+17=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5311 is #F3ACEE. Grayscale: #363636. Windows color (decimal): -15969519 or 1135372. OLE color: 1135372.

HSL color Cylindrical-coordinate representation of color #0C5311: hue angle of 124.23º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5311 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 83 17 -
CMYK 0.86 0 0.80 0.67
HSL 124.23º 0.75% 0.19% -
HSV(B) 124.23º 0.86% 0.33% -
XYZ 3.35 6.31 1.57 -
YUV 54.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 12 83 17 0.86 0 0.80 0.67 124.23 0.75 0.19
Hex C 53 11 56 0 50 43 7C 4B 13
Octal 14 123 21 126 0 120 103 174 113 23
Binary 1100 1010011 10001 1010110 0 1010000 1000011 1111100 1001011 10011

Color Harmonies of #0C5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5311

Black with #0C5311

Text Example


Text Example

White with #0C5311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,83,17); }

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

background-color css

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

 a { background-color: rgb(12,83,17); }

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

border-color css

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

 span { border-color: rgb(12,83,17); }

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