Html Css Color HEX #135D18 Myrtle

📋 copy color: '#135D18'

red 19 ◦ green 93 ◦ blue 24

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

Shades of Myrtle #135D18

Tints of Myrtle #135D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 68.38%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 13.97%
G = 68.38%
B = 17.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#135D18 (or 0x135D18) is known color: Myrtle. HEX triplet: 13, 5D and 18. RGB value is (19,93,24). Sum of RGB (Red+Green+Blue) = 19+93+24=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #135D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D18 is #ECA2E7. Grayscale: #3F3F3F. Windows color (decimal): -15508200 or 1596691. OLE color: 1596691.

HSL color Cylindrical-coordinate representation of color #135D18: hue angle of 124.05º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D18 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 24 -
CMYK 0.80 0 0.74 0.64
HSL 124.05º 0.66% 0.22% -
HSV(B) 124.05º 0.8% 0.36% -
XYZ 4.35 8.03 2.19 -
YUV 63.01 105.98 96.61 -
System Red Green Blue C M Y K H S L
Decimal 19 93 24 0.80 0 0.74 0.64 124.05 0.66 0.22
Hex 13 5D 18 50 0 4A 40 7C 42 16
Octal 23 135 30 120 0 112 100 174 102 26
Binary 10011 1011101 11000 1010000 0 1001010 1000000 1111100 1000010 10110

Color Harmonies of #135D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D18

Black with #135D18

Text Example


Text Example

White with #135D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,24); }

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

background-color css

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

 a { background-color: rgb(19,93,24); }

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

border-color css

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

 span { border-color: rgb(19,93,24); }

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