Html Css Color HEX #132612 Myrtle

📋 copy color: '#132612'

red 19 ◦ green 38 ◦ blue 18

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

Shades of Myrtle #132612

Tints of Myrtle #132612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50.67%

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

R = 25.33%
G = 50.67%
B = 24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#132612 (or 0x132612) is known color: Myrtle. HEX triplet: 13, 26 and 12. RGB value is (19,38,18). Sum of RGB (Red+Green+Blue) = 19+38+18=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #132612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132612 is #ECD9ED. Grayscale: #1E1E1E. Windows color (decimal): -15522286 or 1189395. OLE color: 1189395.

HSL color Cylindrical-coordinate representation of color #132612: hue angle of 117º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #132612 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 18 -
CMYK 0.50 0 0.53 0.85
HSL 117º 0.36% 0.11% -
HSV(B) 117º 0.53% 0.15% -
XYZ 1.07 1.57 0.82 -
YUV 30.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 19 38 18 0.50 0 0.53 0.85 117 0.36 0.11
Hex 13 26 12 32 0 35 55 75 24 B
Octal 23 46 22 62 0 65 125 165 44 13
Binary 10011 100110 10010 110010 0 110101 1010101 1110101 100100 1011

Color Harmonies of #132612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132612

Black with #132612

Text Example


Text Example

White with #132612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132612; }

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

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

background-color css

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

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

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

border-color css

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

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

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