Html Css Color HEX #134316 Myrtle

📋 copy color: '#134316'

red 19 ◦ green 67 ◦ blue 22

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

Shades of Myrtle #134316

Tints of Myrtle #134316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 62.04%

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 17.59%
G = 62.04%
B = 20.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#134316 (or 0x134316) is known color: Myrtle. HEX triplet: 13, 43 and 16. RGB value is (19,67,22). Sum of RGB (Red+Green+Blue) = 19+67+22=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #134316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134316 is #ECBCE9. Grayscale: #2F2F2F. Windows color (decimal): -15514858 or 1458963. OLE color: 1458963.

HSL color Cylindrical-coordinate representation of color #134316: hue angle of 123.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134316 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 22 -
CMYK 0.72 0 0.67 0.74
HSL 123.75º 0.56% 0.17% -
HSV(B) 123.75º 0.72% 0.26% -
XYZ 2.42 4.21 1.44 -
YUV 47.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 19 67 22 0.72 0 0.67 0.74 123.75 0.56 0.17
Hex 13 43 16 48 0 43 4A 7C 38 11
Octal 23 103 26 110 0 103 112 174 70 21
Binary 10011 1000011 10110 1001000 0 1000011 1001010 1111100 111000 10001

Color Harmonies of #134316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134316

Black with #134316

Text Example


Text Example

White with #134316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134316; }

 p { color: rgb(19,67,22); }

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

background-color css

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

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

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

border-color css

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

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

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