Html Css Color HEX #133602 Myrtle

📋 copy color: '#133602'

red 19 ◦ green 54 ◦ blue 2

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

Shades of Myrtle #133602

Tints of Myrtle #133602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 72%

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

R = 25.33%
G = 72%
B = 2.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#133602 (or 0x133602) is known color: Myrtle. HEX triplet: 13, 36 and 02. RGB value is (19,54,2). Sum of RGB (Red+Green+Blue) = 19+54+2=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #133602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133602 is #ECC9FD. Grayscale: #252525. Windows color (decimal): -15518206 or 144915. OLE color: 144915.

HSL color Cylindrical-coordinate representation of color #133602: hue angle of 100.38º 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 #133602 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 2 -
CMYK 0.65 0 0.96 0.79
HSL 100.38º 0.93% 0.11% -
HSV(B) 100.38º 0.96% 0.21% -
XYZ 1.6 2.78 0.51 -
YUV 37.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 19 54 2 0.65 0 0.96 0.79 100.38 0.93 0.11
Hex 13 36 2 41 0 60 4F 64 5D B
Octal 23 66 2 101 0 140 117 144 135 13
Binary 10011 110110 10 1000001 0 1100000 1001111 1100100 1011101 1011

Color Harmonies of #133602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133602

Black with #133602

Text Example


Text Example

White with #133602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133602; }

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

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

background-color css

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

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

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

border-color css

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

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

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