Html Css Color HEX #135D19 Myrtle

📋 copy color: '#135D19'

red 19 ◦ green 93 ◦ blue 25

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

Shades of Myrtle #135D19

Tints of Myrtle #135D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.88%

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 13.87%
G = 67.88%
B = 18.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#135D19 (or 0x135D19) is known color: Myrtle. HEX triplet: 13, 5D and 19. RGB value is (19,93,25). Sum of RGB (Red+Green+Blue) = 19+93+25=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #135D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D19 is #ECA2E6. Grayscale: #3F3F3F. Windows color (decimal): -15508199 or 1662227. OLE color: 1662227.

HSL color Cylindrical-coordinate representation of color #135D19: hue angle of 124.86º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D19 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 25 -
CMYK 0.80 0 0.73 0.64
HSL 124.86º 0.66% 0.22% -
HSV(B) 124.86º 0.8% 0.36% -
XYZ 4.36 8.04 2.24 -
YUV 63.12 106.48 96.53 -
System Red Green Blue C M Y K H S L
Decimal 19 93 25 0.80 0 0.73 0.64 124.86 0.66 0.22
Hex 13 5D 19 50 0 49 40 7D 42 16
Octal 23 135 31 120 0 111 100 175 102 26
Binary 10011 1011101 11001 1010000 0 1001001 1000000 1111101 1000010 10110

Color Harmonies of #135D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D19

Black with #135D19

Text Example


Text Example

White with #135D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,25); }

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

background-color css

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

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

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

border-color css

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

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

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