Html Css Color HEX #135802 Myrtle

📋 copy color: '#135802'

red 19 ◦ green 88 ◦ blue 2

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

Shades of Myrtle #135802

Tints of Myrtle #135802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 80.73%

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

R = 17.43%
G = 80.73%
B = 1.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#135802 (or 0x135802) is known color: Myrtle. HEX triplet: 13, 58 and 02. RGB value is (19,88,2). Sum of RGB (Red+Green+Blue) = 19+88+2=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #135802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135802 is #ECA7FD. Grayscale: #393939. Windows color (decimal): -15509502 or 153619. OLE color: 153619.

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

Color convert

RGB 19 88 2 -
CMYK 0.78 0 0.98 0.65
HSL 108.14º 0.96% 0.18% -
HSV(B) 108.14º 0.98% 0.35% -
XYZ 3.77 7.12 1.23 -
YUV 57.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 19 88 2 0.78 0 0.98 0.65 108.14 0.96 0.18
Hex 13 58 2 4E 0 62 41 6C 60 12
Octal 23 130 2 116 0 142 101 154 140 22
Binary 10011 1011000 10 1001110 0 1100010 1000001 1101100 1100000 10010

Color Harmonies of #135802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135802

Black with #135802

Text Example


Text Example

White with #135802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135802; }

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

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

background-color css

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

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

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

border-color css

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

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

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