Html Css Color HEX #133915 Myrtle

📋 copy color: '#133915'

red 19 ◦ green 57 ◦ blue 21

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

Shades of Myrtle #133915

Tints of Myrtle #133915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 58.76%

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

R = 19.59%
G = 58.76%
B = 21.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#133915 (or 0x133915) is known color: Myrtle. HEX triplet: 13, 39 and 15. RGB value is (19,57,21). Sum of RGB (Red+Green+Blue) = 19+57+21=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #133915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133915 is #ECC6EA. Grayscale: #292929. Windows color (decimal): -15517419 or 1390867. OLE color: 1390867.

HSL color Cylindrical-coordinate representation of color #133915: hue angle of 123.16º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133915 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 21 -
CMYK 0.67 0 0.63 0.78
HSL 123.16º 0.5% 0.15% -
HSV(B) 123.16º 0.67% 0.22% -
XYZ 1.87 3.12 1.21 -
YUV 41.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 19 57 21 0.67 0 0.63 0.78 123.16 0.5 0.15
Hex 13 39 15 43 0 3F 4E 7B 32 F
Octal 23 71 25 103 0 77 116 173 62 17
Binary 10011 111001 10101 1000011 0 111111 1001110 1111011 110010 1111

Color Harmonies of #133915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133915

Black with #133915

Text Example


Text Example

White with #133915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133915; }

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

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

background-color css

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

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

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

border-color css

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

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

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