Html Css Color HEX #133E0F Myrtle

📋 copy color: '#133E0F'

red 19 ◦ green 62 ◦ blue 15

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

Shades of Myrtle #133E0F

Tints of Myrtle #133E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 19.79%
G = 64.58%
B = 15.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.76

RGB Variations

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

Color information

#133E0F (or 0x133E0F) is known color: Myrtle. HEX triplet: 13, 3E and 0F. RGB value is (19,62,15). Sum of RGB (Red+Green+Blue) = 19+62+15=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #133E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E0F is #ECC1F0. Grayscale: #2B2B2B. Windows color (decimal): -15516145 or 998931. OLE color: 998931.

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

Color convert

RGB 19 62 15 -
CMYK 0.69 0 0.76 0.76
HSL 114.89º 0.61% 0.15% -
HSV(B) 114.89º 0.76% 0.24% -
XYZ 2.08 3.62 1.04 -
YUV 43.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 19 62 15 0.69 0 0.76 0.76 114.89 0.61 0.15
Hex 13 3E F 45 0 4C 4C 73 3D F
Octal 23 76 17 105 0 114 114 163 75 17
Binary 10011 111110 1111 1000101 0 1001100 1001100 1110011 111101 1111

Color Harmonies of #133E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E0F

Black with #133E0F

Text Example


Text Example

White with #133E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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