Html Css Color HEX #135E04 Myrtle

📋 copy color: '#135E04'

red 19 ◦ green 94 ◦ blue 4

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

Shades of Myrtle #135E04

Tints of Myrtle #135E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 80.34%

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

R = 16.24%
G = 80.34%
B = 3.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#135E04 (or 0x135E04) is known color: Myrtle. HEX triplet: 13, 5E and 04. RGB value is (19,94,4). Sum of RGB (Red+Green+Blue) = 19+94+4=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #135E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E04 is #ECA1FB. Grayscale: #3D3D3D. Windows color (decimal): -15507964 or 286227. OLE color: 286227.

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

Color convert

RGB 19 94 4 -
CMYK 0.80 0 0.96 0.63
HSL 110º 0.92% 0.19% -
HSV(B) 110º 0.96% 0.37% -
XYZ 4.29 8.15 1.46 -
YUV 61.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 19 94 4 0.80 0 0.96 0.63 110 0.92 0.19
Hex 13 5E 4 50 0 60 3F 6E 5C 13
Octal 23 136 4 120 0 140 77 156 134 23
Binary 10011 1011110 100 1010000 0 1100000 111111 1101110 1011100 10011

Color Harmonies of #135E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E04

Black with #135E04

Text Example


Text Example

White with #135E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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