Html Css Color HEX #133200 Myrtle

📋 copy color: '#133200'

red 19 ◦ green 50 ◦ blue 0

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

Shades of Myrtle #133200

Tints of Myrtle #133200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.54%
G = 72.46%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#133200 (or 0x133200) is known color: Myrtle. HEX triplet: 13, 32 and 00. RGB value is (19,50,0). Sum of RGB (Red+Green+Blue) = 19+50+0=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #133200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133200 is #ECCDFF. Grayscale: #232323. Windows color (decimal): -15519232 or 12819. OLE color: 12819.

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

Color convert

RGB 19 50 0 -
CMYK 0.62 0 1 0.80
HSL 97.2º 1% 0.1% -
HSV(B) 97.2º 1% 0.2% -
XYZ 1.41 2.42 0.39 -
YUV 35.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 19 50 0 0.62 0 1 0.80 97.2 1 0.1
Hex 13 32 0 3E 0 64 50 61 64 A
Octal 23 62 0 76 0 144 120 141 144 12
Binary 10011 110010 0 111110 0 1100100 1010000 1100001 1100100 1010

Color Harmonies of #133200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133200

Black with #133200

Text Example


Text Example

White with #133200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133200; }

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

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

background-color css

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

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

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

border-color css

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

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

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