Html Css Color HEX #12550F Myrtle

📋 copy color: '#12550F'

red 18 ◦ green 85 ◦ blue 15

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

Shades of Myrtle #12550F

Tints of Myrtle #12550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 15.25%
G = 72.03%
B = 12.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#12550F (or 0x12550F) is known color: Myrtle. HEX triplet: 12, 55 and 0F. RGB value is (18,85,15). Sum of RGB (Red+Green+Blue) = 18+85+15=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #12550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12550F is #EDAAF0. Grayscale: #393939. Windows color (decimal): -15575793 or 1004818. OLE color: 1004818.

HSL color Cylindrical-coordinate representation of color #12550F: hue angle of 117.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12550F is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 15 -
CMYK 0.79 0 0.82 0.67
HSL 117.43º 0.7% 0.2% -
HSV(B) 117.43º 0.82% 0.33% -
XYZ 3.58 6.66 1.55 -
YUV 56.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 18 85 15 0.79 0 0.82 0.67 117.43 0.7 0.2
Hex 12 55 F 4F 0 52 43 75 46 14
Octal 22 125 17 117 0 122 103 165 106 24
Binary 10010 1010101 1111 1001111 0 1010010 1000011 1110101 1000110 10100

Color Harmonies of #12550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12550F

Black with #12550F

Text Example


Text Example

White with #12550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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