Html Css Color HEX #12370E Myrtle

📋 copy color: '#12370E'

red 18 ◦ green 55 ◦ blue 14

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

Shades of Myrtle #12370E

Tints of Myrtle #12370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 63.22%

 BLUE value IS 14 (5.86% from 255) = 16.09%

R = 20.69%
G = 63.22%
B = 16.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#12370E (or 0x12370E) is known color: Myrtle. HEX triplet: 12, 37 and 0E. RGB value is (18,55,14). Sum of RGB (Red+Green+Blue) = 18+55+14=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #12370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12370E is #EDC8F1. Grayscale: #272727. Windows color (decimal): -15583474 or 931602. OLE color: 931602.

HSL color Cylindrical-coordinate representation of color #12370E: hue angle of 114.15º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12370E is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 14 -
CMYK 0.67 0 0.75 0.78
HSL 114.15º 0.59% 0.14% -
HSV(B) 114.15º 0.75% 0.22% -
XYZ 1.69 2.89 0.88 -
YUV 39.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 18 55 14 0.67 0 0.75 0.78 114.15 0.59 0.14
Hex 12 37 E 43 0 4B 4E 72 3B E
Octal 22 67 16 103 0 113 116 162 73 16
Binary 10010 110111 1110 1000011 0 1001011 1001110 1110010 111011 1110

Color Harmonies of #12370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12370E

Black with #12370E

Text Example


Text Example

White with #12370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12370E; }

 p { color: rgb(18,55,14); }

 H1.HeaderClassName
 {
   color: #12370E;
 }
 .AnyTagClassName
 {
   color: #12370E;
 }
</style>

background-color css

<style>
 a { background-color: #12370E; }

 a { background-color: rgb(18,55,14); }

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

border-color css

<style>
 span { border-color: #12370E; }

 span { border-color: rgb(18,55,14); }

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