Html Css Color HEX #134B18 Myrtle

📋 copy color: '#134B18'

red 19 ◦ green 75 ◦ blue 24

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

Shades of Myrtle #134B18

Tints of Myrtle #134B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 63.56%

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

R = 16.1%
G = 63.56%
B = 20.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#134B18 (or 0x134B18) is known color: Myrtle. HEX triplet: 13, 4B and 18. RGB value is (19,75,24). Sum of RGB (Red+Green+Blue) = 19+75+24=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #134B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B18 is #ECB4E7. Grayscale: #343434. Windows color (decimal): -15512808 or 1592083. OLE color: 1592083.

HSL color Cylindrical-coordinate representation of color #134B18: hue angle of 125.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B18 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 24 -
CMYK 0.75 0 0.68 0.71
HSL 125.36º 0.6% 0.18% -
HSV(B) 125.36º 0.75% 0.29% -
XYZ 2.95 5.24 1.72 -
YUV 52.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 19 75 24 0.75 0 0.68 0.71 125.36 0.6 0.18
Hex 13 4B 18 4B 0 44 47 7D 3C 12
Octal 23 113 30 113 0 104 107 175 74 22
Binary 10011 1001011 11000 1001011 0 1000100 1000111 1111101 111100 10010

Color Harmonies of #134B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B18

Black with #134B18

Text Example


Text Example

White with #134B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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