Html Css Color HEX #133503 Myrtle

📋 copy color: '#133503'

red 19 ◦ green 53 ◦ blue 3

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

Shades of Myrtle #133503

Tints of Myrtle #133503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 70.67%

 BLUE value IS 3 (1.56% from 255) = 4%

R = 25.33%
G = 70.67%
B = 4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#133503 (or 0x133503) is known color: Myrtle. HEX triplet: 13, 35 and 03. RGB value is (19,53,3). Sum of RGB (Red+Green+Blue) = 19+53+3=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #133503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133503 is #ECCAFC. Grayscale: #252525. Windows color (decimal): -15518461 or 210195. OLE color: 210195.

HSL color Cylindrical-coordinate representation of color #133503: hue angle of 100.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #133503 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 53 3 -
CMYK 0.64 0 0.94 0.79
HSL 100.8º 0.89% 0.11% -
HSV(B) 100.8º 0.94% 0.21% -
XYZ 1.56 2.69 0.52 -
YUV 37.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 19 53 3 0.64 0 0.94 0.79 100.8 0.89 0.11
Hex 13 35 3 40 0 5E 4F 65 59 B
Octal 23 65 3 100 0 136 117 145 131 13
Binary 10011 110101 11 1000000 0 1011110 1001111 1100101 1011001 1011

Color Harmonies of #133503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133503

Black with #133503

Text Example


Text Example

White with #133503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133503; }

 p { color: rgb(19,53,3); }

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

background-color css

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

 a { background-color: rgb(19,53,3); }

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

border-color css

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

 span { border-color: rgb(19,53,3); }

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