Html Css Color HEX #135E0D Myrtle

📋 copy color: '#135E0D'

red 19 ◦ green 94 ◦ blue 13

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

Shades of Myrtle #135E0D

Tints of Myrtle #135E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 74.6%

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 15.08%
G = 74.6%
B = 10.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#135E0D (or 0x135E0D) is known color: Myrtle. HEX triplet: 13, 5E and 0D. RGB value is (19,94,13). Sum of RGB (Red+Green+Blue) = 19+94+13=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 94 (37.11% from 255 or 74.60% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 94 - color contains mainly: green. Hex color #135E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E0D is #ECA1F2. Grayscale: #3E3E3E. Windows color (decimal): -15507955 or 876051. OLE color: 876051.

HSL color Cylindrical-coordinate representation of color #135E0D: hue angle of 115.56º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135E0D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 94 13 -
CMYK 0.80 0 0.86 0.63
HSL 115.56º 0.76% 0.21% -
HSV(B) 115.56º 0.86% 0.37% -
XYZ 4.34 8.17 1.73 -
YUV 62.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 19 94 13 0.80 0 0.86 0.63 115.56 0.76 0.21
Hex 13 5E D 50 0 56 3F 74 4C 15
Octal 23 136 15 120 0 126 77 164 114 25
Binary 10011 1011110 1101 1010000 0 1010110 111111 1110100 1001100 10101

Color Harmonies of #135E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E0D

Black with #135E0D

Text Example


Text Example

White with #135E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135E0D; }

 p { color: rgb(19,94,13); }

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

background-color css

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

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

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

border-color css

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

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

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