Html Css Color HEX #135B12 Myrtle

📋 copy color: '#135B12'

red 19 ◦ green 91 ◦ blue 18

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

Shades of Myrtle #135B12

Tints of Myrtle #135B12

RGB

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

 GREEN value IS 91 (35.94% from 255) = 71.09%

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 14.84%
G = 71.09%
B = 14.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#135B12 (or 0x135B12) is known color: Myrtle. HEX triplet: 13, 5B and 12. RGB value is (19,91,18). Sum of RGB (Red+Green+Blue) = 19+91+18=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #135B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B12 is #ECA4ED. Grayscale: #3D3D3D. Windows color (decimal): -15508718 or 1202963. OLE color: 1202963.

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

Color convert

RGB 19 91 18 -
CMYK 0.79 0 0.80 0.64
HSL 119.18º 0.67% 0.21% -
HSV(B) 119.18º 0.8% 0.36% -
XYZ 4.12 7.66 1.83 -
YUV 61.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 19 91 18 0.79 0 0.80 0.64 119.18 0.67 0.21
Hex 13 5B 12 4F 0 50 40 77 43 15
Octal 23 133 22 117 0 120 100 167 103 25
Binary 10011 1011011 10010 1001111 0 1010000 1000000 1110111 1000011 10101

Color Harmonies of #135B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B12

Black with #135B12

Text Example


Text Example

White with #135B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,91,18); }

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

background-color css

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

 a { background-color: rgb(19,91,18); }

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

border-color css

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

 span { border-color: rgb(19,91,18); }

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