Html Css Color HEX #12520F Myrtle

📋 copy color: '#12520F'

red 18 ◦ green 82 ◦ blue 15

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

Shades of Myrtle #12520F

Tints of Myrtle #12520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 71.3%

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

R = 15.65%
G = 71.3%
B = 13.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#12520F (or 0x12520F) is known color: Myrtle. HEX triplet: 12, 52 and 0F. RGB value is (18,82,15). Sum of RGB (Red+Green+Blue) = 18+82+15=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #12520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12520F is #EDADF0. Grayscale: #373737. Windows color (decimal): -15576561 or 1004050. OLE color: 1004050.

HSL color Cylindrical-coordinate representation of color #12520F: hue angle of 117.31º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12520F is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 15 -
CMYK 0.78 0 0.82 0.68
HSL 117.31º 0.69% 0.19% -
HSV(B) 117.31º 0.82% 0.32% -
XYZ 3.35 6.2 1.47 -
YUV 55.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 18 82 15 0.78 0 0.82 0.68 117.31 0.69 0.19
Hex 12 52 F 4E 0 52 44 75 45 13
Octal 22 122 17 116 0 122 104 165 105 23
Binary 10010 1010010 1111 1001110 0 1010010 1000100 1110101 1000101 10011

Color Harmonies of #12520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12520F

Black with #12520F

Text Example


Text Example

White with #12520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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