Html Css Color HEX #134118 Myrtle

📋 copy color: '#134118'

red 19 ◦ green 65 ◦ blue 24

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

Shades of Myrtle #134118

Tints of Myrtle #134118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.19%

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

R = 17.59%
G = 60.19%
B = 22.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#134118 (or 0x134118) is known color: Myrtle. HEX triplet: 13, 41 and 18. RGB value is (19,65,24). Sum of RGB (Red+Green+Blue) = 19+65+24=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #134118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134118 is #ECBEE7. Grayscale: #2E2E2E. Windows color (decimal): -15515368 or 1589523. OLE color: 1589523.

HSL color Cylindrical-coordinate representation of color #134118: hue angle of 126.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134118 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 24 -
CMYK 0.71 0 0.63 0.75
HSL 126.52º 0.55% 0.16% -
HSV(B) 126.52º 0.71% 0.25% -
XYZ 2.32 3.98 1.51 -
YUV 46.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 19 65 24 0.71 0 0.63 0.75 126.52 0.55 0.16
Hex 13 41 18 47 0 3F 4B 7F 37 10
Octal 23 101 30 107 0 77 113 177 67 20
Binary 10011 1000001 11000 1000111 0 111111 1001011 1111111 110111 10000

Color Harmonies of #134118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134118

Black with #134118

Text Example


Text Example

White with #134118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134118; }

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

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

background-color css

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

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

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

border-color css

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

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

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