Html Css Color HEX #133E14 Myrtle

📋 copy color: '#133E14'

red 19 ◦ green 62 ◦ blue 20

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

Shades of Myrtle #133E14

Tints of Myrtle #133E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 61.39%

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 18.81%
G = 61.39%
B = 19.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#133E14 (or 0x133E14) is known color: Myrtle. HEX triplet: 13, 3E and 14. RGB value is (19,62,20). Sum of RGB (Red+Green+Blue) = 19+62+20=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #133E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E14 is #ECC1EB. Grayscale: #2C2C2C. Windows color (decimal): -15516140 or 1326611. OLE color: 1326611.

HSL color Cylindrical-coordinate representation of color #133E14: hue angle of 121.4º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E14 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 62 20 -
CMYK 0.69 0 0.68 0.76
HSL 121.4º 0.53% 0.16% -
HSV(B) 121.4º 0.69% 0.24% -
XYZ 2.12 3.63 1.25 -
YUV 44.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 19 62 20 0.69 0 0.68 0.76 121.4 0.53 0.16
Hex 13 3E 14 45 0 44 4C 79 35 10
Octal 23 76 24 105 0 104 114 171 65 20
Binary 10011 111110 10100 1000101 0 1000100 1001100 1111001 110101 10000

Color Harmonies of #133E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E14

Black with #133E14

Text Example


Text Example

White with #133E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133E14; }

 p { color: rgb(19,62,20); }

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

background-color css

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

 a { background-color: rgb(19,62,20); }

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

border-color css

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

 span { border-color: rgb(19,62,20); }

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