Html Css Color HEX #135813 Myrtle

📋 copy color: '#135813'

red 19 ◦ green 88 ◦ blue 19

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

Shades of Myrtle #135813

Tints of Myrtle #135813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 69.84%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 15.08%
G = 69.84%
B = 15.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#135813 (or 0x135813) is known color: Myrtle. HEX triplet: 13, 58 and 13. RGB value is (19,88,19). Sum of RGB (Red+Green+Blue) = 19+88+19=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #135813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135813 is #ECA7EC. Grayscale: #3B3B3B. Windows color (decimal): -15509485 or 1267731. OLE color: 1267731.

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

Color convert

RGB 19 88 19 -
CMYK 0.78 0 0.78 0.65
HSL 120º 0.64% 0.21% -
HSV(B) 120º 0.78% 0.35% -
XYZ 3.88 7.16 1.79 -
YUV 59.5 105.14 99.11 -
System Red Green Blue C M Y K H S L
Decimal 19 88 19 0.78 0 0.78 0.65 120 0.64 0.21
Hex 13 58 13 4E 0 4E 41 78 40 15
Octal 23 130 23 116 0 116 101 170 100 25
Binary 10011 1011000 10011 1001110 0 1001110 1000001 1111000 1000000 10101

Color Harmonies of #135813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135813

Black with #135813

Text Example


Text Example

White with #135813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135813; }

 p { color: rgb(19,88,19); }

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

background-color css

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

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

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

border-color css

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

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

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