Html Css Color HEX #12280D Myrtle

📋 copy color: '#12280D'

red 18 ◦ green 40 ◦ blue 13

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

Shades of Myrtle #12280D

Tints of Myrtle #12280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 56.34%

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 25.35%
G = 56.34%
B = 18.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#12280D (or 0x12280D) is known color: Myrtle. HEX triplet: 12, 28 and 0D. RGB value is (18,40,13). Sum of RGB (Red+Green+Blue) = 18+40+13=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #12280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12280D is #EDD7F2. Grayscale: #1E1E1E. Windows color (decimal): -15587315 or 862226. OLE color: 862226.

HSL color Cylindrical-coordinate representation of color #12280D: hue angle of 108.89º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12280D is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 13 -
CMYK 0.55 0 0.67 0.84
HSL 108.89º 0.51% 0.1% -
HSV(B) 108.89º 0.68% 0.16% -
XYZ 1.08 1.68 0.65 -
YUV 30.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 18 40 13 0.55 0 0.67 0.84 108.89 0.51 0.1
Hex 12 28 D 37 0 43 54 6D 33 A
Octal 22 50 15 67 0 103 124 155 63 12
Binary 10010 101000 1101 110111 0 1000011 1010100 1101101 110011 1010

Color Harmonies of #12280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12280D

Black with #12280D

Text Example


Text Example

White with #12280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12280D; }

 p { color: rgb(18,40,13); }

 H1.HeaderClassName
 {
   color: #12280D;
 }
 .AnyTagClassName
 {
   color: #12280D;
 }
</style>

background-color css

<style>
 a { background-color: #12280D; }

 a { background-color: rgb(18,40,13); }

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

border-color css

<style>
 span { border-color: #12280D; }

 span { border-color: rgb(18,40,13); }

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