Html Css Color HEX #135402 Myrtle

📋 copy color: '#135402'

red 19 ◦ green 84 ◦ blue 2

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

Shades of Myrtle #135402

Tints of Myrtle #135402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 18.1%
G = 80%
B = 1.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#135402 (or 0x135402) is known color: Myrtle. HEX triplet: 13, 54 and 02. RGB value is (19,84,2). Sum of RGB (Red+Green+Blue) = 19+84+2=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #135402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135402 is #ECABFD. Grayscale: #373737. Windows color (decimal): -15510526 or 152595. OLE color: 152595.

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

Color convert

RGB 19 84 2 -
CMYK 0.77 0 0.98 0.67
HSL 107.56º 0.95% 0.17% -
HSV(B) 107.56º 0.98% 0.33% -
XYZ 3.45 6.48 1.13 -
YUV 55.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 19 84 2 0.77 0 0.98 0.67 107.56 0.95 0.17
Hex 13 54 2 4D 0 62 43 6C 5F 11
Octal 23 124 2 115 0 142 103 154 137 21
Binary 10011 1010100 10 1001101 0 1100010 1000011 1101100 1011111 10001

Color Harmonies of #135402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135402

Black with #135402

Text Example


Text Example

White with #135402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135402; }

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

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

background-color css

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

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

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

border-color css

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

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

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