Html Css Color HEX #135508 Myrtle

📋 copy color: '#135508'

red 19 ◦ green 85 ◦ blue 8

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

Shades of Myrtle #135508

Tints of Myrtle #135508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.89%

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 16.96%
G = 75.89%
B = 7.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#135508 (or 0x135508) is known color: Myrtle. HEX triplet: 13, 55 and 08. RGB value is (19,85,8). Sum of RGB (Red+Green+Blue) = 19+85+8=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #135508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135508 is #ECAAF7. Grayscale: #383838. Windows color (decimal): -15510264 or 546067. OLE color: 546067.

HSL color Cylindrical-coordinate representation of color #135508: hue angle of 111.43º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135508 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 8 -
CMYK 0.78 0 0.91 0.67
HSL 111.43º 0.83% 0.18% -
HSV(B) 111.43º 0.91% 0.33% -
XYZ 3.56 6.65 1.33 -
YUV 56.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 19 85 8 0.78 0 0.91 0.67 111.43 0.83 0.18
Hex 13 55 8 4E 0 5B 43 6F 53 12
Octal 23 125 10 116 0 133 103 157 123 22
Binary 10011 1010101 1000 1001110 0 1011011 1000011 1101111 1010011 10010

Color Harmonies of #135508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135508

Black with #135508

Text Example


Text Example

White with #135508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135508; }

 p { color: rgb(19,85,8); }

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

background-color css

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

 a { background-color: rgb(19,85,8); }

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

border-color css

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

 span { border-color: rgb(19,85,8); }

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