Html Css Color HEX #133E18 Myrtle

📋 copy color: '#133E18'

red 19 ◦ green 62 ◦ blue 24

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

Shades of Myrtle #133E18

Tints of Myrtle #133E18

RGB

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

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

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

R = 18.1%
G = 59.05%
B = 22.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#133E18 (or 0x133E18) is known color: Myrtle. HEX triplet: 13, 3E and 18. RGB value is (19,62,24). Sum of RGB (Red+Green+Blue) = 19+62+24=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #133E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E18 is #ECC1E7. Grayscale: #2C2C2C. Windows color (decimal): -15516136 or 1588755. OLE color: 1588755.

HSL color Cylindrical-coordinate representation of color #133E18: hue angle of 126.98º 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 #133E18 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 62 24 -
CMYK 0.69 0 0.61 0.76
HSL 126.98º 0.53% 0.16% -
HSV(B) 126.98º 0.69% 0.24% -
XYZ 2.16 3.65 1.45 -
YUV 44.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 19 62 24 0.69 0 0.61 0.76 126.98 0.53 0.16
Hex 13 3E 18 45 0 3D 4C 7F 35 10
Octal 23 76 30 105 0 75 114 177 65 20
Binary 10011 111110 11000 1000101 0 111101 1001100 1111111 110101 10000

Color Harmonies of #133E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E18

Black with #133E18

Text Example


Text Example

White with #133E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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