Html Css Color HEX #135F15 Myrtle

📋 copy color: '#135F15'

red 19 ◦ green 95 ◦ blue 21

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

Shades of Myrtle #135F15

Tints of Myrtle #135F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 70.37%

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 14.07%
G = 70.37%
B = 15.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#135F15 (or 0x135F15) is known color: Myrtle. HEX triplet: 13, 5F and 15. RGB value is (19,95,21). Sum of RGB (Red+Green+Blue) = 19+95+21=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #135F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F15 is #ECA0EA. Grayscale: #404040. Windows color (decimal): -15507691 or 1400595. OLE color: 1400595.

HSL color Cylindrical-coordinate representation of color #135F15: hue angle of 121.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F15 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 95 21 -
CMYK 0.80 0 0.78 0.63
HSL 121.58º 0.67% 0.22% -
HSV(B) 121.58º 0.8% 0.37% -
XYZ 4.5 8.38 2.09 -
YUV 63.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 19 95 21 0.80 0 0.78 0.63 121.58 0.67 0.22
Hex 13 5F 15 50 0 4E 3F 7A 43 16
Octal 23 137 25 120 0 116 77 172 103 26
Binary 10011 1011111 10101 1010000 0 1001110 111111 1111010 1000011 10110

Color Harmonies of #135F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F15

Black with #135F15

Text Example


Text Example

White with #135F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F15; }

 p { color: rgb(19,95,21); }

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

background-color css

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

 a { background-color: rgb(19,95,21); }

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

border-color css

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

 span { border-color: rgb(19,95,21); }

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