Html Css Color HEX #133D0F Myrtle

📋 copy color: '#133D0F'

red 19 ◦ green 61 ◦ blue 15

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

Shades of Myrtle #133D0F

Tints of Myrtle #133D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 64.21%

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

R = 20%
G = 64.21%
B = 15.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#133D0F (or 0x133D0F) is known color: Myrtle. HEX triplet: 13, 3D and 0F. RGB value is (19,61,15). Sum of RGB (Red+Green+Blue) = 19+61+15=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #133D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D0F is #ECC2F0. Grayscale: #2B2B2B. Windows color (decimal): -15516401 or 998675. OLE color: 998675.

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

Color convert

RGB 19 61 15 -
CMYK 0.69 0 0.75 0.76
HSL 114.78º 0.61% 0.15% -
HSV(B) 114.78º 0.75% 0.24% -
XYZ 2.02 3.51 1.02 -
YUV 43.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 19 61 15 0.69 0 0.75 0.76 114.78 0.61 0.15
Hex 13 3D F 45 0 4B 4C 73 3D F
Octal 23 75 17 105 0 113 114 163 75 17
Binary 10011 111101 1111 1000101 0 1001011 1001100 1110011 111101 1111

Color Harmonies of #133D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D0F

Black with #133D0F

Text Example


Text Example

White with #133D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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