Html Css Color HEX #134212 Myrtle

📋 copy color: '#134212'

red 19 ◦ green 66 ◦ blue 18

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

Shades of Myrtle #134212

Tints of Myrtle #134212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.08%

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

R = 18.45%
G = 64.08%
B = 17.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#134212 (or 0x134212) is known color: Myrtle. HEX triplet: 13, 42 and 12. RGB value is (19,66,18). Sum of RGB (Red+Green+Blue) = 19+66+18=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #134212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134212 is #ECBDED. Grayscale: #2E2E2E. Windows color (decimal): -15515118 or 1196563. OLE color: 1196563.

HSL color Cylindrical-coordinate representation of color #134212: hue angle of 118.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134212 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 18 -
CMYK 0.71 0 0.73 0.74
HSL 118.75º 0.57% 0.16% -
HSV(B) 118.75º 0.73% 0.26% -
XYZ 2.33 4.08 1.24 -
YUV 46.48 111.93 108.4 -
System Red Green Blue C M Y K H S L
Decimal 19 66 18 0.71 0 0.73 0.74 118.75 0.57 0.16
Hex 13 42 12 47 0 49 4A 77 39 10
Octal 23 102 22 107 0 111 112 167 71 20
Binary 10011 1000010 10010 1000111 0 1001001 1001010 1110111 111001 10000

Color Harmonies of #134212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134212

Black with #134212

Text Example


Text Example

White with #134212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134212; }

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

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

background-color css

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

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

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

border-color css

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

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

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