Html Css Color HEX #133203 Myrtle

📋 copy color: '#133203'

red 19 ◦ green 50 ◦ blue 3

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

Shades of Myrtle #133203

Tints of Myrtle #133203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 69.44%

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

R = 26.39%
G = 69.44%
B = 4.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#133203 (or 0x133203) is known color: Myrtle. HEX triplet: 13, 32 and 03. RGB value is (19,50,3). Sum of RGB (Red+Green+Blue) = 19+50+3=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #133203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133203 is #ECCDFC. Grayscale: #232323. Windows color (decimal): -15519229 or 209427. OLE color: 209427.

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

Color convert

RGB 19 50 3 -
CMYK 0.62 0 0.94 0.80
HSL 99.57º 0.89% 0.1% -
HSV(B) 99.57º 0.94% 0.2% -
XYZ 1.43 2.43 0.48 -
YUV 35.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 19 50 3 0.62 0 0.94 0.80 99.57 0.89 0.1
Hex 13 32 3 3E 0 5E 50 64 59 A
Octal 23 62 3 76 0 136 120 144 131 12
Binary 10011 110010 11 111110 0 1011110 1010000 1100100 1011001 1010

Color Harmonies of #133203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133203

Black with #133203

Text Example


Text Example

White with #133203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133203; }

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

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

background-color css

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

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

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

border-color css

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

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

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