Html Css Color HEX #12390F Myrtle

📋 copy color: '#12390F'

red 18 ◦ green 57 ◦ blue 15

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

Shades of Myrtle #12390F

Tints of Myrtle #12390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 63.33%

 BLUE value IS 15 (6.25% from 255) = 16.67%

R = 20%
G = 63.33%
B = 16.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#12390F (or 0x12390F) is known color: Myrtle. HEX triplet: 12, 39 and 0F. RGB value is (18,57,15). Sum of RGB (Red+Green+Blue) = 18+57+15=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #12390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12390F is #EDC6F0. Grayscale: #282828. Windows color (decimal): -15582961 or 997650. OLE color: 997650.

HSL color Cylindrical-coordinate representation of color #12390F: hue angle of 115.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12390F is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 57 15 -
CMYK 0.68 0 0.74 0.78
HSL 115.71º 0.58% 0.14% -
HSV(B) 115.71º 0.74% 0.22% -
XYZ 1.8 3.09 0.95 -
YUV 40.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 18 57 15 0.68 0 0.74 0.78 115.71 0.58 0.14
Hex 12 39 F 44 0 4A 4E 74 3A E
Octal 22 71 17 104 0 112 116 164 72 16
Binary 10010 111001 1111 1000100 0 1001010 1001110 1110100 111010 1110

Color Harmonies of #12390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12390F

Black with #12390F

Text Example


Text Example

White with #12390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12390F; }

 p { color: rgb(18,57,15); }

 H1.HeaderClassName
 {
   color: #12390F;
 }
 .AnyTagClassName
 {
   color: #12390F;
 }
</style>

background-color css

<style>
 a { background-color: #12390F; }

 a { background-color: rgb(18,57,15); }

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

border-color css

<style>
 span { border-color: #12390F; }

 span { border-color: rgb(18,57,15); }

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