Html Css Color HEX #12551B Myrtle

📋 copy color: '#12551B'

red 18 ◦ green 85 ◦ blue 27

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

Shades of Myrtle #12551B

Tints of Myrtle #12551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 13.85%
G = 65.38%
B = 20.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#12551B (or 0x12551B) is known color: Myrtle. HEX triplet: 12, 55 and 1B. RGB value is (18,85,27). Sum of RGB (Red+Green+Blue) = 18+85+27=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #12551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551B is #EDAAE4. Grayscale: #3A3A3A. Windows color (decimal): -15575781 or 1791250. OLE color: 1791250.

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

Color convert

RGB 18 85 27 -
CMYK 0.79 0 0.68 0.67
HSL 128.06º 0.65% 0.2% -
HSV(B) 128.06º 0.79% 0.33% -
XYZ 3.7 6.7 2.14 -
YUV 58.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 18 85 27 0.79 0 0.68 0.67 128.06 0.65 0.2
Hex 12 55 1B 4F 0 44 43 80 41 14
Octal 22 125 33 117 0 104 103 200 101 24
Binary 10010 1010101 11011 1001111 0 1000100 1000011 10000000 1000001 10100

Color Harmonies of #12551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12551B

Black with #12551B

Text Example


Text Example

White with #12551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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