Html Css Color HEX #134515 Myrtle

📋 copy color: '#134515'

red 19 ◦ green 69 ◦ blue 21

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

Shades of Myrtle #134515

Tints of Myrtle #134515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 63.3%

 BLUE value IS 21 (8.59% from 255) = 19.27%

R = 17.43%
G = 63.3%
B = 19.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#134515 (or 0x134515) is known color: Myrtle. HEX triplet: 13, 45 and 15. RGB value is (19,69,21). Sum of RGB (Red+Green+Blue) = 19+69+21=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #134515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134515 is #ECBAEA. Grayscale: #303030. Windows color (decimal): -15514347 or 1393939. OLE color: 1393939.

HSL color Cylindrical-coordinate representation of color #134515: hue angle of 122.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134515 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 21 -
CMYK 0.72 0 0.70 0.73
HSL 122.4º 0.57% 0.17% -
HSV(B) 122.4º 0.72% 0.27% -
XYZ 2.53 4.45 1.43 -
YUV 48.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 19 69 21 0.72 0 0.70 0.73 122.4 0.57 0.17
Hex 13 45 15 48 0 46 49 7A 39 11
Octal 23 105 25 110 0 106 111 172 71 21
Binary 10011 1000101 10101 1001000 0 1000110 1001001 1111010 111001 10001

Color Harmonies of #134515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134515

Black with #134515

Text Example


Text Example

White with #134515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134515; }

 p { color: rgb(19,69,21); }

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

background-color css

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

 a { background-color: rgb(19,69,21); }

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

border-color css

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

 span { border-color: rgb(19,69,21); }

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