Html Css Color HEX #135B04 Myrtle

📋 copy color: '#135B04'

red 19 ◦ green 91 ◦ blue 4

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

Shades of Myrtle #135B04

Tints of Myrtle #135B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.51%

R = 16.67%
G = 79.82%
B = 3.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#135B04 (or 0x135B04) is known color: Myrtle. HEX triplet: 13, 5B and 04. RGB value is (19,91,4). Sum of RGB (Red+Green+Blue) = 19+91+4=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #135B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B04 is #ECA4FB. Grayscale: #3B3B3B. Windows color (decimal): -15508732 or 285459. OLE color: 285459.

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

Color convert

RGB 19 91 4 -
CMYK 0.79 0 0.96 0.64
HSL 109.66º 0.92% 0.19% -
HSV(B) 109.66º 0.96% 0.36% -
XYZ 4.03 7.63 1.37 -
YUV 59.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 19 91 4 0.79 0 0.96 0.64 109.66 0.92 0.19
Hex 13 5B 4 4F 0 60 40 6E 5C 13
Octal 23 133 4 117 0 140 100 156 134 23
Binary 10011 1011011 100 1001111 0 1100000 1000000 1101110 1011100 10011

Color Harmonies of #135B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B04

Black with #135B04

Text Example


Text Example

White with #135B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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