Html Css Color HEX #132B14 Myrtle

📋 copy color: '#132B14'

red 19 ◦ green 43 ◦ blue 20

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

Shades of Myrtle #132B14

Tints of Myrtle #132B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 52.44%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 23.17%
G = 52.44%
B = 24.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.83

RGB Variations

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

Color information

#132B14 (or 0x132B14) is known color: Myrtle. HEX triplet: 13, 2B and 14. RGB value is (19,43,20). Sum of RGB (Red+Green+Blue) = 19+43+20=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #132B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B14 is #ECD4EB. Grayscale: #212121. Windows color (decimal): -15521004 or 1321747. OLE color: 1321747.

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

Color convert

RGB 19 43 20 -
CMYK 0.56 0 0.53 0.83
HSL 122.5º 0.39% 0.12% -
HSV(B) 122.5º 0.56% 0.17% -
XYZ 1.26 1.92 0.97 -
YUV 33.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 19 43 20 0.56 0 0.53 0.83 122.5 0.39 0.12
Hex 13 2B 14 38 0 35 53 7B 27 C
Octal 23 53 24 70 0 65 123 173 47 14
Binary 10011 101011 10100 111000 0 110101 1010011 1111011 100111 1100

Color Harmonies of #132B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B14

Black with #132B14

Text Example


Text Example

White with #132B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,20); }

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

background-color css

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

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

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

border-color css

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

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

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