Html Css Color HEX #133400 Myrtle

📋 copy color: '#133400'

red 19 ◦ green 52 ◦ blue 0

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

Shades of Myrtle #133400

Tints of Myrtle #133400

RGB

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

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

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

R = 26.76%
G = 73.24%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#133400 (or 0x133400) is known color: Myrtle. HEX triplet: 13, 34 and 00. RGB value is (19,52,0). Sum of RGB (Red+Green+Blue) = 19+52+0=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #133400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133400 is #ECCBFF. Grayscale: #242424. Windows color (decimal): -15518720 or 13331. OLE color: 13331.

HSL color Cylindrical-coordinate representation of color #133400: hue angle of 98.08º 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 #133400 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 0 -
CMYK 0.63 0 1 0.80
HSL 98.08º 1% 0.1% -
HSV(B) 98.08º 1% 0.2% -
XYZ 1.5 2.59 0.42 -
YUV 36.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 19 52 0 0.63 0 1 0.80 98.08 1 0.1
Hex 13 34 0 3F 0 64 50 62 64 A
Octal 23 64 0 77 0 144 120 142 144 12
Binary 10011 110100 0 111111 0 1100100 1010000 1100010 1100100 1010

Color Harmonies of #133400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133400

Black with #133400

Text Example


Text Example

White with #133400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133400; }

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

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

background-color css

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

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

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

border-color css

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

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

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