Html Css Color HEX #135602 Myrtle

📋 copy color: '#135602'

red 19 ◦ green 86 ◦ blue 2

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

Shades of Myrtle #135602

Tints of Myrtle #135602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 80.37%

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

R = 17.76%
G = 80.37%
B = 1.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#135602 (or 0x135602) is known color: Myrtle. HEX triplet: 13, 56 and 02. RGB value is (19,86,2). Sum of RGB (Red+Green+Blue) = 19+86+2=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #135602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135602 is #ECA9FD. Grayscale: #383838. Windows color (decimal): -15510014 or 153107. OLE color: 153107.

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

Color convert

RGB 19 86 2 -
CMYK 0.78 0 0.98 0.66
HSL 107.86º 0.95% 0.17% -
HSV(B) 107.86º 0.98% 0.34% -
XYZ 3.61 6.8 1.18 -
YUV 56.39 97.3 101.33 -
System Red Green Blue C M Y K H S L
Decimal 19 86 2 0.78 0 0.98 0.66 107.86 0.95 0.17
Hex 13 56 2 4E 0 62 42 6C 5F 11
Octal 23 126 2 116 0 142 102 154 137 21
Binary 10011 1010110 10 1001110 0 1100010 1000010 1101100 1011111 10001

Color Harmonies of #135602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135602

Black with #135602

Text Example


Text Example

White with #135602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135602; }

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

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

background-color css

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

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

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

border-color css

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

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

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