#135C1A

Color #135C1A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #135C1A

Tints of Myrtle #135C1A

Color information

#135C1A (or 0x135C1A) is unknown color: approx Myrtle. HEX triplet: 13, 5C and 1A. RGB value is (19,92,26). Sum of RGB (Red+Green+Blue) = 19+92+26=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 92 (36.33% from 255 or 67.15% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 92 - color contains mainly: green. Hex color #135C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C1A is #ECA3E5. Grayscale: #3E3E3E. Windows color (decimal): -15508454 or 1727507. OLE color: 1727507.

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

Color convert

RGB199226-
CMYK0.7900.720.64
HSL125.75º65.77%21.76%-
HSV(B)125.75º79.35%36.08%-
XYZ4.287.872.27-
YUV62.65107.3296.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 92 (36.33% from 255) = 67.15%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=13.87%
G=67.15%
B=18.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992260.7900.720.64125.7565.7721.76
Hex135C1A4F048407e4216
Octal2313432117011010017610226
Binary1001110111001101010011110100100010000001111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,92,26); }

 H1.HeaderClassName
 {
   color: #135C1A;
 }
 .AnyTagClassName
 {
   color: #135C1A;
 }
</style>
background-color css

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

 a { background-color: rgb(19,92,26); }

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

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

 span { border-color: rgb(19,92,26); }

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