Html Css Color HEX #133402 Myrtle

📋 copy color: '#133402'

red 19 ◦ green 52 ◦ blue 2

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

Shades of Myrtle #133402

Tints of Myrtle #133402

RGB

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

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

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

R = 26.03%
G = 71.23%
B = 2.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#133402 (or 0x133402) is known color: Myrtle. HEX triplet: 13, 34 and 02. RGB value is (19,52,2). Sum of RGB (Red+Green+Blue) = 19+52+2=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #133402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133402 is #ECCBFD. Grayscale: #242424. Windows color (decimal): -15518718 or 144403. OLE color: 144403.

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

Color convert

RGB 19 52 2 -
CMYK 0.63 0 0.96 0.80
HSL 99.6º 0.93% 0.11% -
HSV(B) 99.6º 0.96% 0.2% -
XYZ 1.51 2.6 0.48 -
YUV 36.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 19 52 2 0.63 0 0.96 0.80 99.6 0.93 0.11
Hex 13 34 2 3F 0 60 50 64 5D B
Octal 23 64 2 77 0 140 120 144 135 13
Binary 10011 110100 10 111111 0 1100000 1010000 1100100 1011101 1011

Color Harmonies of #133402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133402

Black with #133402

Text Example


Text Example

White with #133402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133402; }

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

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

background-color css

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

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

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

border-color css

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

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

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