Html Css Color HEX #135310 Myrtle

📋 copy color: '#135310'

red 19 ◦ green 83 ◦ blue 16

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

Shades of Myrtle #135310

Tints of Myrtle #135310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 70.34%

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

R = 16.1%
G = 70.34%
B = 13.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#135310 (or 0x135310) is known color: Myrtle. HEX triplet: 13, 53 and 10. RGB value is (19,83,16). Sum of RGB (Red+Green+Blue) = 19+83+16=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #135310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135310 is #ECACEF. Grayscale: #383838. Windows color (decimal): -15510768 or 1069843. OLE color: 1069843.

HSL color Cylindrical-coordinate representation of color #135310: hue angle of 117.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135310 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 16 -
CMYK 0.77 0 0.81 0.67
HSL 117.31º 0.68% 0.19% -
HSV(B) 117.31º 0.81% 0.33% -
XYZ 3.46 6.36 1.54 -
YUV 56.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 19 83 16 0.77 0 0.81 0.67 117.31 0.68 0.19
Hex 13 53 10 4D 0 51 43 75 44 13
Octal 23 123 20 115 0 121 103 165 104 23
Binary 10011 1010011 10000 1001101 0 1010001 1000011 1110101 1000100 10011

Color Harmonies of #135310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135310

Black with #135310

Text Example


Text Example

White with #135310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135310; }

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

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

background-color css

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

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

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

border-color css

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

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

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