Html Css Color HEX #133410 Myrtle

📋 copy color: '#133410'

red 19 ◦ green 52 ◦ blue 16

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

Shades of Myrtle #133410

Tints of Myrtle #133410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 59.77%

 BLUE value IS 16 (6.64% from 255) = 18.39%

R = 21.84%
G = 59.77%
B = 18.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#133410 (or 0x133410) is known color: Myrtle. HEX triplet: 13, 34 and 10. RGB value is (19,52,16). Sum of RGB (Red+Green+Blue) = 19+52+16=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #133410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133410 is #ECCBEF. Grayscale: #262626. Windows color (decimal): -15518704 or 1061907. OLE color: 1061907.

HSL color Cylindrical-coordinate representation of color #133410: hue angle of 115º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133410 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 16 -
CMYK 0.63 0 0.69 0.80
HSL 115º 0.53% 0.13% -
HSV(B) 115º 0.69% 0.2% -
XYZ 1.59 2.63 0.91 -
YUV 38.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 19 52 16 0.63 0 0.69 0.80 115 0.53 0.13
Hex 13 34 10 3F 0 45 50 73 35 D
Octal 23 64 20 77 0 105 120 163 65 15
Binary 10011 110100 10000 111111 0 1000101 1010000 1110011 110101 1101

Color Harmonies of #133410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133410

Black with #133410

Text Example


Text Example

White with #133410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133410; }

 p { color: rgb(19,52,16); }

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

background-color css

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

 a { background-color: rgb(19,52,16); }

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

border-color css

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

 span { border-color: rgb(19,52,16); }

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