Html Css Color HEX #133015 Myrtle

📋 copy color: '#133015'

red 19 ◦ green 48 ◦ blue 21

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

Shades of Myrtle #133015

Tints of Myrtle #133015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 54.55%

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

R = 21.59%
G = 54.55%
B = 23.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#133015 (or 0x133015) is known color: Myrtle. HEX triplet: 13, 30 and 15. RGB value is (19,48,21). Sum of RGB (Red+Green+Blue) = 19+48+21=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #133015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133015 is #ECCFEA. Grayscale: #242424. Windows color (decimal): -15519723 or 1388563. OLE color: 1388563.

HSL color Cylindrical-coordinate representation of color #133015: hue angle of 124.14º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133015 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 21 -
CMYK 0.60 0 0.56 0.81
HSL 124.14º 0.43% 0.13% -
HSV(B) 124.14º 0.6% 0.19% -
XYZ 1.46 2.31 1.08 -
YUV 36.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 19 48 21 0.60 0 0.56 0.81 124.14 0.43 0.13
Hex 13 30 15 3C 0 38 51 7C 2B D
Octal 23 60 25 74 0 70 121 174 53 15
Binary 10011 110000 10101 111100 0 111000 1010001 1111100 101011 1101

Color Harmonies of #133015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133015

Black with #133015

Text Example


Text Example

White with #133015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133015; }

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

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

background-color css

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

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

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

border-color css

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

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

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