Html Css Color HEX #12350E Myrtle

📋 copy color: '#12350E'

red 18 ◦ green 53 ◦ blue 14

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

Shades of Myrtle #12350E

Tints of Myrtle #12350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 62.35%

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

R = 21.18%
G = 62.35%
B = 16.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#12350E (or 0x12350E) is known color: Myrtle. HEX triplet: 12, 35 and 0E. RGB value is (18,53,14). Sum of RGB (Red+Green+Blue) = 18+53+14=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #12350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12350E is #EDCAF1. Grayscale: #262626. Windows color (decimal): -15583986 or 931090. OLE color: 931090.

HSL color Cylindrical-coordinate representation of color #12350E: hue angle of 113.85º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12350E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 14 -
CMYK 0.66 0 0.74 0.79
HSL 113.85º 0.58% 0.13% -
HSV(B) 113.85º 0.74% 0.21% -
XYZ 1.6 2.71 0.85 -
YUV 38.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 18 53 14 0.66 0 0.74 0.79 113.85 0.58 0.13
Hex 12 35 E 42 0 4A 4F 72 3A D
Octal 22 65 16 102 0 112 117 162 72 15
Binary 10010 110101 1110 1000010 0 1001010 1001111 1110010 111010 1101

Color Harmonies of #12350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12350E

Black with #12350E

Text Example


Text Example

White with #12350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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