Html Css Color HEX #134B12 Myrtle

📋 copy color: '#134B12'

red 19 ◦ green 75 ◦ blue 18

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

Shades of Myrtle #134B12

Tints of Myrtle #134B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 16.96%
G = 66.96%
B = 16.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#134B12 (or 0x134B12) is known color: Myrtle. HEX triplet: 13, 4B and 12. RGB value is (19,75,18). Sum of RGB (Red+Green+Blue) = 19+75+18=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #134B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B12 is #ECB4ED. Grayscale: #333333. Windows color (decimal): -15512814 or 1198867. OLE color: 1198867.

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

Color convert

RGB 19 75 18 -
CMYK 0.75 0 0.76 0.71
HSL 118.95º 0.61% 0.18% -
HSV(B) 118.95º 0.76% 0.29% -
XYZ 2.89 5.21 1.43 -
YUV 51.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 19 75 18 0.75 0 0.76 0.71 118.95 0.61 0.18
Hex 13 4B 12 4B 0 4C 47 77 3D 12
Octal 23 113 22 113 0 114 107 167 75 22
Binary 10011 1001011 10010 1001011 0 1001100 1000111 1110111 111101 10010

Color Harmonies of #134B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B12

Black with #134B12

Text Example


Text Example

White with #134B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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