Html Css Color HEX #135B07 Myrtle

📋 copy color: '#135B07'

red 19 ◦ green 91 ◦ blue 7

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

Shades of Myrtle #135B07

Tints of Myrtle #135B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.98%

R = 16.24%
G = 77.78%
B = 5.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.64

RGB Variations

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

Color information

#135B07 (or 0x135B07) is known color: Myrtle. HEX triplet: 13, 5B and 07. RGB value is (19,91,7). Sum of RGB (Red+Green+Blue) = 19+91+7=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #135B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B07 is #ECA4F8. Grayscale: #3C3C3C. Windows color (decimal): -15508729 or 482067. OLE color: 482067.

HSL color Cylindrical-coordinate representation of color #135B07: hue angle of 111.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135B07 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 7 -
CMYK 0.79 0 0.92 0.64
HSL 111.43º 0.86% 0.19% -
HSV(B) 111.43º 0.92% 0.36% -
XYZ 4.05 7.64 1.46 -
YUV 59.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 19 91 7 0.79 0 0.92 0.64 111.43 0.86 0.19
Hex 13 5B 7 4F 0 5C 40 6F 56 13
Octal 23 133 7 117 0 134 100 157 126 23
Binary 10011 1011011 111 1001111 0 1011100 1000000 1101111 1010110 10011

Color Harmonies of #135B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B07

Black with #135B07

Text Example


Text Example

White with #135B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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