Html Css Color HEX #133406 Myrtle

📋 copy color: '#133406'

red 19 ◦ green 52 ◦ blue 6

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

Shades of Myrtle #133406

Tints of Myrtle #133406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 24.68%
G = 67.53%
B = 7.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#133406 (or 0x133406) is known color: Myrtle. HEX triplet: 13, 34 and 06. RGB value is (19,52,6). Sum of RGB (Red+Green+Blue) = 19+52+6=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #133406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133406 is #ECCBF9. Grayscale: #252525. Windows color (decimal): -15518714 or 406547. OLE color: 406547.

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

Color convert

RGB 19 52 6 -
CMYK 0.63 0 0.88 0.80
HSL 103.04º 0.79% 0.11% -
HSV(B) 103.04º 0.88% 0.2% -
XYZ 1.53 2.61 0.6 -
YUV 36.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 19 52 6 0.63 0 0.88 0.80 103.04 0.79 0.11
Hex 13 34 6 3F 0 58 50 67 4F B
Octal 23 64 6 77 0 130 120 147 117 13
Binary 10011 110100 110 111111 0 1011000 1010000 1100111 1001111 1011

Color Harmonies of #133406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133406

Black with #133406

Text Example


Text Example

White with #133406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133406; }

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

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

background-color css

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

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

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

border-color css

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

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

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