Html Css Color HEX #12250E Myrtle

📋 copy color: '#12250E'

red 18 ◦ green 37 ◦ blue 14

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

Shades of Myrtle #12250E

Tints of Myrtle #12250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 53.62%

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

R = 26.09%
G = 53.62%
B = 20.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#12250E (or 0x12250E) is known color: Myrtle. HEX triplet: 12, 25 and 0E. RGB value is (18,37,14). Sum of RGB (Red+Green+Blue) = 18+37+14=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #12250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250E is #EDDAF1. Grayscale: #1C1C1C. Windows color (decimal): -15588082 or 926994. OLE color: 926994.

HSL color Cylindrical-coordinate representation of color #12250E: hue angle of 109.57º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12250E is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 14 -
CMYK 0.51 0 0.62 0.85
HSL 109.57º 0.45% 0.1% -
HSV(B) 109.57º 0.62% 0.15% -
XYZ 0.99 1.48 0.65 -
YUV 28.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 18 37 14 0.51 0 0.62 0.85 109.57 0.45 0.1
Hex 12 25 E 33 0 3E 55 6E 2D A
Octal 22 45 16 63 0 76 125 156 55 12
Binary 10010 100101 1110 110011 0 111110 1010101 1101110 101101 1010

Color Harmonies of #12250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12250E

Black with #12250E

Text Example


Text Example

White with #12250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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