Html Css Color HEX #12550B Myrtle

📋 copy color: '#12550B'

red 18 ◦ green 85 ◦ blue 11

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

Shades of Myrtle #12550B

Tints of Myrtle #12550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.65%

R = 15.79%
G = 74.56%
B = 9.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#12550B (or 0x12550B) is known color: Myrtle. HEX triplet: 12, 55 and 0B. RGB value is (18,85,11). Sum of RGB (Red+Green+Blue) = 18+85+11=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 85 (33.59% from 255 or 74.56% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 85 - color contains mainly: green. Hex color #12550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12550B is #EDAAF4. Grayscale: #383838. Windows color (decimal): -15575797 or 742674. OLE color: 742674.

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

Color convert

RGB 18 85 11 -
CMYK 0.79 0 0.87 0.67
HSL 114.32º 0.77% 0.19% -
HSV(B) 114.32º 0.87% 0.33% -
XYZ 3.56 6.65 1.41 -
YUV 56.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 18 85 11 0.79 0 0.87 0.67 114.32 0.77 0.19
Hex 12 55 B 4F 0 57 43 72 4D 13
Octal 22 125 13 117 0 127 103 162 115 23
Binary 10010 1010101 1011 1001111 0 1010111 1000011 1110010 1001101 10011

Color Harmonies of #12550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12550B

Black with #12550B

Text Example


Text Example

White with #12550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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