Html Css Color HEX #135E0A Myrtle

📋 copy color: '#135E0A'

red 19 ◦ green 94 ◦ blue 10

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

Shades of Myrtle #135E0A

Tints of Myrtle #135E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 15.45%
G = 76.42%
B = 8.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#135E0A (or 0x135E0A) is known color: Myrtle. HEX triplet: 13, 5E and 0A. RGB value is (19,94,10). Sum of RGB (Red+Green+Blue) = 19+94+10=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 94 (37.11% from 255 or 76.42% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 94 - color contains mainly: green. Hex color #135E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E0A is #ECA1F5. Grayscale: #3E3E3E. Windows color (decimal): -15507958 or 679443. OLE color: 679443.

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

Color convert

RGB 19 94 10 -
CMYK 0.80 0 0.89 0.63
HSL 113.57º 0.81% 0.2% -
HSV(B) 113.57º 0.89% 0.37% -
XYZ 4.33 8.17 1.64 -
YUV 62 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 19 94 10 0.80 0 0.89 0.63 113.57 0.81 0.2
Hex 13 5E A 50 0 59 3F 72 51 14
Octal 23 136 12 120 0 131 77 162 121 24
Binary 10011 1011110 1010 1010000 0 1011001 111111 1110010 1010001 10100

Color Harmonies of #135E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E0A

Black with #135E0A

Text Example


Text Example

White with #135E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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