Html Css Color HEX #133502 Myrtle

📋 copy color: '#133502'

red 19 ◦ green 53 ◦ blue 2

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

Shades of Myrtle #133502

Tints of Myrtle #133502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 25.68%
G = 71.62%
B = 2.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#133502 (or 0x133502) is known color: Myrtle. HEX triplet: 13, 35 and 02. RGB value is (19,53,2). Sum of RGB (Red+Green+Blue) = 19+53+2=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #133502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133502 is #ECCAFD. Grayscale: #252525. Windows color (decimal): -15518462 or 144659. OLE color: 144659.

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

Color convert

RGB 19 53 2 -
CMYK 0.64 0 0.96 0.79
HSL 100º 0.93% 0.11% -
HSV(B) 100º 0.96% 0.21% -
XYZ 1.55 2.69 0.49 -
YUV 37.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 19 53 2 0.64 0 0.96 0.79 100 0.93 0.11
Hex 13 35 2 40 0 60 4F 64 5D B
Octal 23 65 2 100 0 140 117 144 135 13
Binary 10011 110101 10 1000000 0 1100000 1001111 1100100 1011101 1011

Color Harmonies of #133502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133502

Black with #133502

Text Example


Text Example

White with #133502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133502; }

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

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

background-color css

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

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

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

border-color css

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

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

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