Html Css Color HEX #135901 Myrtle

📋 copy color: '#135901'

red 19 ◦ green 89 ◦ blue 1

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

Shades of Myrtle #135901

Tints of Myrtle #135901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 81.65%

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 17.43%
G = 81.65%
B = 0.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#135901 (or 0x135901) is known color: Myrtle. HEX triplet: 13, 59 and 01. RGB value is (19,89,1). Sum of RGB (Red+Green+Blue) = 19+89+1=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #135901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135901 is #ECA6FE. Grayscale: #3A3A3A. Windows color (decimal): -15509247 or 88339. OLE color: 88339.

HSL color Cylindrical-coordinate representation of color #135901: hue angle of 107.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #135901 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 1 -
CMYK 0.79 0 0.99 0.65
HSL 107.73º 0.98% 0.18% -
HSV(B) 107.73º 0.99% 0.35% -
XYZ 3.85 7.29 1.23 -
YUV 58.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 19 89 1 0.79 0 0.99 0.65 107.73 0.98 0.18
Hex 13 59 1 4F 0 63 41 6C 62 12
Octal 23 131 1 117 0 143 101 154 142 22
Binary 10011 1011001 1 1001111 0 1100011 1000001 1101100 1100010 10010

Color Harmonies of #135901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135901

Black with #135901

Text Example


Text Example

White with #135901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135901; }

 p { color: rgb(19,89,1); }

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

background-color css

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

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

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

border-color css

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

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

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