Html Css Color HEX #12550C Myrtle

📋 copy color: '#12550C'

red 18 ◦ green 85 ◦ blue 12

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

Shades of Myrtle #12550C

Tints of Myrtle #12550C

RGB

 RED value IS 18 (7.42% from 255) = 15.65%

 GREEN value IS 85 (33.59% from 255) = 73.91%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 15.65%
G = 73.91%
B = 10.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#12550C (or 0x12550C) is known color: Myrtle. HEX triplet: 12, 55 and 0C. RGB value is (18,85,12). Sum of RGB (Red+Green+Blue) = 18+85+12=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #12550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12550C is #EDAAF3. Grayscale: #383838. Windows color (decimal): -15575796 or 808210. OLE color: 808210.

HSL color Cylindrical-coordinate representation of color #12550C: hue angle of 115.07º 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 #12550C is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 12 -
CMYK 0.79 0 0.86 0.67
HSL 115.07º 0.75% 0.19% -
HSV(B) 115.07º 0.86% 0.33% -
XYZ 3.56 6.65 1.44 -
YUV 56.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 18 85 12 0.79 0 0.86 0.67 115.07 0.75 0.19
Hex 12 55 C 4F 0 56 43 73 4B 13
Octal 22 125 14 117 0 126 103 163 113 23
Binary 10010 1010101 1100 1001111 0 1010110 1000011 1110011 1001011 10011

Color Harmonies of #12550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12550C

Black with #12550C

Text Example


Text Example

White with #12550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12550C; }

 p { color: rgb(18,85,12); }

 H1.HeaderClassName
 {
   color: #12550C;
 }
 .AnyTagClassName
 {
   color: #12550C;
 }
</style>

background-color css

<style>
 a { background-color: #12550C; }

 a { background-color: rgb(18,85,12); }

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

border-color css

<style>
 span { border-color: #12550C; }

 span { border-color: rgb(18,85,12); }

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