Html Css Color HEX #132C13 Myrtle

📋 copy color: '#132C13'

red 19 ◦ green 44 ◦ blue 19

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

Shades of Myrtle #132C13

Tints of Myrtle #132C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 53.66%

 BLUE value IS 19 (7.81% from 255) = 23.17%

R = 23.17%
G = 53.66%
B = 23.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.83

RGB Variations

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

Color information

#132C13 (or 0x132C13) is known color: Myrtle. HEX triplet: 13, 2C and 13. RGB value is (19,44,19). Sum of RGB (Red+Green+Blue) = 19+44+19=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #132C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C13 is #ECD3EC. Grayscale: #212121. Windows color (decimal): -15520749 or 1256467. OLE color: 1256467.

HSL color Cylindrical-coordinate representation of color #132C13: hue angle of 120º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C13 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 19 -
CMYK 0.57 0 0.57 0.83
HSL 120º 0.4% 0.12% -
HSV(B) 120º 0.57% 0.17% -
XYZ 1.29 1.99 0.93 -
YUV 33.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 19 44 19 0.57 0 0.57 0.83 120 0.4 0.12
Hex 13 2C 13 39 0 39 53 78 28 C
Octal 23 54 23 71 0 71 123 170 50 14
Binary 10011 101100 10011 111001 0 111001 1010011 1111000 101000 1100

Color Harmonies of #132C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C13

Black with #132C13

Text Example


Text Example

White with #132C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C13; }

 p { color: rgb(19,44,19); }

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

background-color css

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

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

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

border-color css

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

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

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