Html Css Color HEX #135401 Myrtle

📋 copy color: '#135401'

red 19 ◦ green 84 ◦ blue 1

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

Shades of Myrtle #135401

Tints of Myrtle #135401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 80.77%

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

R = 18.27%
G = 80.77%
B = 0.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#135401 (or 0x135401) is known color: Myrtle. HEX triplet: 13, 54 and 01. RGB value is (19,84,1). Sum of RGB (Red+Green+Blue) = 19+84+1=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #135401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135401 is #ECABFE. Grayscale: #373737. Windows color (decimal): -15510527 or 87059. OLE color: 87059.

HSL color Cylindrical-coordinate representation of color #135401: hue angle of 106.99º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #135401 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 1 -
CMYK 0.77 0 0.99 0.67
HSL 106.99º 0.98% 0.17% -
HSV(B) 106.99º 0.99% 0.33% -
XYZ 3.44 6.48 1.1 -
YUV 55.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 19 84 1 0.77 0 0.99 0.67 106.99 0.98 0.17
Hex 13 54 1 4D 0 63 43 6B 62 11
Octal 23 124 1 115 0 143 103 153 142 21
Binary 10011 1010100 1 1001101 0 1100011 1000011 1101011 1100010 10001

Color Harmonies of #135401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135401

Black with #135401

Text Example


Text Example

White with #135401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135401; }

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

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

background-color css

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

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

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

border-color css

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

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

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