Html Css Color HEX #135515 Myrtle

📋 copy color: '#135515'

red 19 ◦ green 85 ◦ blue 21

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

Shades of Myrtle #135515

Tints of Myrtle #135515

RGB

 RED value IS 19 (7.81% from 255) = 15.2%

 GREEN value IS 85 (33.59% from 255) = 68%

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 15.2%
G = 68%
B = 16.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#135515 (or 0x135515) is known color: Myrtle. HEX triplet: 13, 55 and 15. RGB value is (19,85,21). Sum of RGB (Red+Green+Blue) = 19+85+21=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #135515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135515 is #ECAAEA. Grayscale: #3A3A3A. Windows color (decimal): -15510251 or 1398035. OLE color: 1398035.

HSL color Cylindrical-coordinate representation of color #135515: hue angle of 121.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135515 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 21 -
CMYK 0.78 0 0.75 0.67
HSL 121.82º 0.63% 0.2% -
HSV(B) 121.82º 0.78% 0.33% -
XYZ 3.65 6.69 1.81 -
YUV 57.97 107.13 100.2 -
System Red Green Blue C M Y K H S L
Decimal 19 85 21 0.78 0 0.75 0.67 121.82 0.63 0.2
Hex 13 55 15 4E 0 4B 43 7A 3F 14
Octal 23 125 25 116 0 113 103 172 77 24
Binary 10011 1010101 10101 1001110 0 1001011 1000011 1111010 111111 10100

Color Harmonies of #135515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135515

Black with #135515

Text Example


Text Example

White with #135515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135515; }

 p { color: rgb(19,85,21); }

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

background-color css

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

 a { background-color: rgb(19,85,21); }

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

border-color css

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

 span { border-color: rgb(19,85,21); }

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