Html Css Color HEX #133204 Myrtle

📋 copy color: '#133204'

red 19 ◦ green 50 ◦ blue 4

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

Shades of Myrtle #133204

Tints of Myrtle #133204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 26.03%
G = 68.49%
B = 5.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#133204 (or 0x133204) is known color: Myrtle. HEX triplet: 13, 32 and 04. RGB value is (19,50,4). Sum of RGB (Red+Green+Blue) = 19+50+4=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #133204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133204 is #ECCDFB. Grayscale: #232323. Windows color (decimal): -15519228 or 274963. OLE color: 274963.

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

Color convert

RGB 19 50 4 -
CMYK 0.62 0 0.92 0.80
HSL 100.43º 0.85% 0.11% -
HSV(B) 100.43º 0.92% 0.2% -
XYZ 1.43 2.43 0.51 -
YUV 35.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 19 50 4 0.62 0 0.92 0.80 100.43 0.85 0.11
Hex 13 32 4 3E 0 5C 50 64 55 B
Octal 23 62 4 76 0 134 120 144 125 13
Binary 10011 110010 100 111110 0 1011100 1010000 1100100 1010101 1011

Color Harmonies of #133204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133204

Black with #133204

Text Example


Text Example

White with #133204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133204; }

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

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

background-color css

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

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

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

border-color css

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

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

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