Html Css Color HEX #133615 Myrtle

📋 copy color: '#133615'

red 19 ◦ green 54 ◦ blue 21

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

Shades of Myrtle #133615

Tints of Myrtle #133615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 57.45%

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

R = 20.21%
G = 57.45%
B = 22.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#133615 (or 0x133615) is known color: Myrtle. HEX triplet: 13, 36 and 15. RGB value is (19,54,21). Sum of RGB (Red+Green+Blue) = 19+54+21=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 54 (21.48% from 255 or 57.45% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 54 - color contains mainly: green. Hex color #133615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133615 is #ECC9EA. Grayscale: #272727. Windows color (decimal): -15518187 or 1390099. OLE color: 1390099.

HSL color Cylindrical-coordinate representation of color #133615: hue angle of 123.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133615 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 21 -
CMYK 0.65 0 0.61 0.79
HSL 123.43º 0.48% 0.14% -
HSV(B) 123.43º 0.65% 0.21% -
XYZ 1.72 2.83 1.17 -
YUV 39.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 19 54 21 0.65 0 0.61 0.79 123.43 0.48 0.14
Hex 13 36 15 41 0 3D 4F 7B 30 E
Octal 23 66 25 101 0 75 117 173 60 16
Binary 10011 110110 10101 1000001 0 111101 1001111 1111011 110000 1110

Color Harmonies of #133615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133615

Black with #133615

Text Example


Text Example

White with #133615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133615; }

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

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

background-color css

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

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

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

border-color css

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

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

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