Html Css Color HEX #135A00 Myrtle

📋 copy color: '#135A00'

red 19 ◦ green 90 ◦ blue 0

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

Shades of Myrtle #135A00

Tints of Myrtle #135A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 82.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.43%
G = 82.57%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#135A00 (or 0x135A00) is known color: Myrtle. HEX triplet: 13, 5A and 00. RGB value is (19,90,0). Sum of RGB (Red+Green+Blue) = 19+90+0=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #135A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A00 is #ECA5FF. Grayscale: #3A3A3A. Windows color (decimal): -15508992 or 23059. OLE color: 23059.

HSL color Cylindrical-coordinate representation of color #135A00: hue angle of 107.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #135A00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 0 -
CMYK 0.79 0 1 0.65
HSL 107.33º 1% 0.18% -
HSV(B) 107.33º 1% 0.35% -
XYZ 3.92 7.45 1.23 -
YUV 58.51 94.98 99.82 -
System Red Green Blue C M Y K H S L
Decimal 19 90 0 0.79 0 1 0.65 107.33 1 0.18
Hex 13 5A 0 4F 0 64 41 6B 64 12
Octal 23 132 0 117 0 144 101 153 144 22
Binary 10011 1011010 0 1001111 0 1100100 1000001 1101011 1100100 10010

Color Harmonies of #135A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A00

Black with #135A00

Text Example


Text Example

White with #135A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,0); }

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

background-color css

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

 a { background-color: rgb(19,90,0); }

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

border-color css

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

 span { border-color: rgb(19,90,0); }

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