Html Css Color HEX #133312 Myrtle

📋 copy color: '#133312'

red 19 ◦ green 51 ◦ blue 18

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

Shades of Myrtle #133312

Tints of Myrtle #133312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 57.95%

 BLUE value IS 18 (7.42% from 255) = 20.45%

R = 21.59%
G = 57.95%
B = 20.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#133312 (or 0x133312) is known color: Myrtle. HEX triplet: 13, 33 and 12. RGB value is (19,51,18). Sum of RGB (Red+Green+Blue) = 19+51+18=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #133312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133312 is #ECCCED. Grayscale: #252525. Windows color (decimal): -15518958 or 1192723. OLE color: 1192723.

HSL color Cylindrical-coordinate representation of color #133312: hue angle of 118.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133312 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 18 -
CMYK 0.63 0 0.65 0.8
HSL 118.18º 0.48% 0.14% -
HSV(B) 118.18º 0.65% 0.2% -
XYZ 1.56 2.55 0.98 -
YUV 37.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 19 51 18 0.63 0 0.65 0.8 118.18 0.48 0.14
Hex 13 33 12 3F 0 41 50 76 30 E
Octal 23 63 22 77 0 101 120 166 60 16
Binary 10011 110011 10010 111111 0 1000001 1010000 1110110 110000 1110

Color Harmonies of #133312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133312

Black with #133312

Text Example


Text Example

White with #133312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133312; }

 p { color: rgb(19,51,18); }

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

background-color css

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

 a { background-color: rgb(19,51,18); }

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

border-color css

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

 span { border-color: rgb(19,51,18); }

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