Html Css Color HEX #133401 Myrtle

📋 copy color: '#133401'

red 19 ◦ green 52 ◦ blue 1

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

Shades of Myrtle #133401

Tints of Myrtle #133401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 26.39%
G = 72.22%
B = 1.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#133401 (or 0x133401) is known color: Myrtle. HEX triplet: 13, 34 and 01. RGB value is (19,52,1). Sum of RGB (Red+Green+Blue) = 19+52+1=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #133401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133401 is #ECCBFE. Grayscale: #242424. Windows color (decimal): -15518719 or 78867. OLE color: 78867.

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

Color convert

RGB 19 52 1 -
CMYK 0.63 0 0.98 0.80
HSL 98.82º 0.96% 0.1% -
HSV(B) 98.82º 0.98% 0.2% -
XYZ 1.5 2.6 0.45 -
YUV 36.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 19 52 1 0.63 0 0.98 0.80 98.82 0.96 0.1
Hex 13 34 1 3F 0 62 50 63 60 A
Octal 23 64 1 77 0 142 120 143 140 12
Binary 10011 110100 1 111111 0 1100010 1010000 1100011 1100000 1010

Color Harmonies of #133401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133401

Black with #133401

Text Example


Text Example

White with #133401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133401; }

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

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

background-color css

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

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

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

border-color css

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

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

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