Html Css Color HEX #133812 Myrtle

📋 copy color: '#133812'

red 19 ◦ green 56 ◦ blue 18

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

Shades of Myrtle #133812

Tints of Myrtle #133812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 60.22%

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

R = 20.43%
G = 60.22%
B = 19.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#133812 (or 0x133812) is known color: Myrtle. HEX triplet: 13, 38 and 12. RGB value is (19,56,18). Sum of RGB (Red+Green+Blue) = 19+56+18=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #133812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133812 is #ECC7ED. Grayscale: #282828. Windows color (decimal): -15517678 or 1194003. OLE color: 1194003.

HSL color Cylindrical-coordinate representation of color #133812: hue angle of 118.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133812 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 18 -
CMYK 0.66 0 0.68 0.78
HSL 118.42º 0.51% 0.15% -
HSV(B) 118.42º 0.68% 0.22% -
XYZ 1.79 3.01 1.06 -
YUV 40.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 19 56 18 0.66 0 0.68 0.78 118.42 0.51 0.15
Hex 13 38 12 42 0 44 4E 76 33 F
Octal 23 70 22 102 0 104 116 166 63 17
Binary 10011 111000 10010 1000010 0 1000100 1001110 1110110 110011 1111

Color Harmonies of #133812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133812

Black with #133812

Text Example


Text Example

White with #133812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133812; }

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

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

background-color css

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

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

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

border-color css

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

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

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