Html Css Color HEX #134018 Myrtle

📋 copy color: '#134018'

red 19 ◦ green 64 ◦ blue 24

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

Shades of Myrtle #134018

Tints of Myrtle #134018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 59.81%

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

R = 17.76%
G = 59.81%
B = 22.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#134018 (or 0x134018) is known color: Myrtle. HEX triplet: 13, 40 and 18. RGB value is (19,64,24). Sum of RGB (Red+Green+Blue) = 19+64+24=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #134018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134018 is #ECBFE7. Grayscale: #2E2E2E. Windows color (decimal): -15515624 or 1589267. OLE color: 1589267.

HSL color Cylindrical-coordinate representation of color #134018: hue angle of 126.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134018 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 24 -
CMYK 0.70 0 0.62 0.75
HSL 126.67º 0.54% 0.16% -
HSV(B) 126.67º 0.7% 0.25% -
XYZ 2.27 3.87 1.49 -
YUV 45.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 19 64 24 0.70 0 0.62 0.75 126.67 0.54 0.16
Hex 13 40 18 46 0 3E 4B 7F 36 10
Octal 23 100 30 106 0 76 113 177 66 20
Binary 10011 1000000 11000 1000110 0 111110 1001011 1111111 110110 10000

Color Harmonies of #134018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134018

Black with #134018

Text Example


Text Example

White with #134018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134018; }

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

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

background-color css

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

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

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

border-color css

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

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

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