Html Css Color HEX #133106 Myrtle

📋 copy color: '#133106'

red 19 ◦ green 49 ◦ blue 6

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

Shades of Myrtle #133106

Tints of Myrtle #133106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 66.22%

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

R = 25.68%
G = 66.22%
B = 8.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#133106 (or 0x133106) is known color: Myrtle. HEX triplet: 13, 31 and 06. RGB value is (19,49,6). Sum of RGB (Red+Green+Blue) = 19+49+6=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #133106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133106 is #ECCEF9. Grayscale: #232323. Windows color (decimal): -15519482 or 405779. OLE color: 405779.

HSL color Cylindrical-coordinate representation of color #133106: hue angle of 101.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133106 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 6 -
CMYK 0.61 0 0.88 0.81
HSL 101.86º 0.78% 0.11% -
HSV(B) 101.86º 0.88% 0.19% -
XYZ 1.4 2.35 0.55 -
YUV 35.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 19 49 6 0.61 0 0.88 0.81 101.86 0.78 0.11
Hex 13 31 6 3D 0 58 51 66 4E B
Octal 23 61 6 75 0 130 121 146 116 13
Binary 10011 110001 110 111101 0 1011000 1010001 1100110 1001110 1011

Color Harmonies of #133106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133106

Black with #133106

Text Example


Text Example

White with #133106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133106; }

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

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

background-color css

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

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

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

border-color css

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

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

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