Html Css Color HEX #135718 Myrtle

📋 copy color: '#135718'

red 19 ◦ green 87 ◦ blue 24

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

Shades of Myrtle #135718

Tints of Myrtle #135718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 66.92%

 BLUE value IS 24 (9.77% from 255) = 18.46%

R = 14.62%
G = 66.92%
B = 18.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#135718 (or 0x135718) is known color: Myrtle. HEX triplet: 13, 57 and 18. RGB value is (19,87,24). Sum of RGB (Red+Green+Blue) = 19+87+24=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #135718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135718 is #ECA8E7. Grayscale: #3B3B3B. Windows color (decimal): -15509736 or 1595155. OLE color: 1595155.

HSL color Cylindrical-coordinate representation of color #135718: hue angle of 124.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135718 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 24 -
CMYK 0.78 0 0.72 0.66
HSL 124.41º 0.64% 0.21% -
HSV(B) 124.41º 0.78% 0.34% -
XYZ 3.84 7.02 2.02 -
YUV 59.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 19 87 24 0.78 0 0.72 0.66 124.41 0.64 0.21
Hex 13 57 18 4E 0 48 42 7C 40 15
Octal 23 127 30 116 0 110 102 174 100 25
Binary 10011 1010111 11000 1001110 0 1001000 1000010 1111100 1000000 10101

Color Harmonies of #135718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135718

Black with #135718

Text Example


Text Example

White with #135718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135718; }

 p { color: rgb(19,87,24); }

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

background-color css

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

 a { background-color: rgb(19,87,24); }

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

border-color css

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

 span { border-color: rgb(19,87,24); }

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