Html Css Color HEX #133415 Myrtle

📋 copy color: '#133415'

red 19 ◦ green 52 ◦ blue 21

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

Shades of Myrtle #133415

Tints of Myrtle #133415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 56.52%

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

R = 20.65%
G = 56.52%
B = 22.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#133415 (or 0x133415) is known color: Myrtle. HEX triplet: 13, 34 and 15. RGB value is (19,52,21). Sum of RGB (Red+Green+Blue) = 19+52+21=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #133415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133415 is #ECCBEA. Grayscale: #262626. Windows color (decimal): -15518699 or 1389587. OLE color: 1389587.

HSL color Cylindrical-coordinate representation of color #133415: hue angle of 123.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133415 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 21 -
CMYK 0.63 0 0.60 0.80
HSL 123.64º 0.46% 0.14% -
HSV(B) 123.64º 0.63% 0.2% -
XYZ 1.63 2.65 1.13 -
YUV 38.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 19 52 21 0.63 0 0.60 0.80 123.64 0.46 0.14
Hex 13 34 15 3F 0 3C 50 7C 2E E
Octal 23 64 25 77 0 74 120 174 56 16
Binary 10011 110100 10101 111111 0 111100 1010000 1111100 101110 1110

Color Harmonies of #133415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133415

Black with #133415

Text Example


Text Example

White with #133415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133415; }

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

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

background-color css

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

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

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

border-color css

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

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

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