Html Css Color HEX #134318 Myrtle

📋 copy color: '#134318'

red 19 ◦ green 67 ◦ blue 24

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

Shades of Myrtle #134318

Tints of Myrtle #134318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 17.27%
G = 60.91%
B = 21.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#134318 (or 0x134318) is known color: Myrtle. HEX triplet: 13, 43 and 18. RGB value is (19,67,24). Sum of RGB (Red+Green+Blue) = 19+67+24=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #134318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134318 is #ECBCE7. Grayscale: #2F2F2F. Windows color (decimal): -15514856 or 1590035. OLE color: 1590035.

HSL color Cylindrical-coordinate representation of color #134318: hue angle of 126.25º 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 #134318 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 24 -
CMYK 0.72 0 0.64 0.74
HSL 126.25º 0.56% 0.17% -
HSV(B) 126.25º 0.72% 0.26% -
XYZ 2.44 4.22 1.55 -
YUV 47.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 19 67 24 0.72 0 0.64 0.74 126.25 0.56 0.17
Hex 13 43 18 48 0 40 4A 7E 38 11
Octal 23 103 30 110 0 100 112 176 70 21
Binary 10011 1000011 11000 1001000 0 1000000 1001010 1111110 111000 10001

Color Harmonies of #134318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134318

Black with #134318

Text Example


Text Example

White with #134318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134318; }

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

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

background-color css

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

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

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

border-color css

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

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

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