Html Css Color HEX #135319 Myrtle

📋 copy color: '#135319'

red 19 ◦ green 83 ◦ blue 25

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

Shades of Myrtle #135319

Tints of Myrtle #135319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.69%

R = 14.96%
G = 65.35%
B = 19.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#135319 (or 0x135319) is known color: Myrtle. HEX triplet: 13, 53 and 19. RGB value is (19,83,25). Sum of RGB (Red+Green+Blue) = 19+83+25=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #135319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135319 is #ECACE6. Grayscale: #393939. Windows color (decimal): -15510759 or 1659667. OLE color: 1659667.

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

Color convert

RGB 19 83 25 -
CMYK 0.77 0 0.70 0.67
HSL 125.63º 0.63% 0.2% -
HSV(B) 125.63º 0.77% 0.33% -
XYZ 3.54 6.4 1.97 -
YUV 57.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 19 83 25 0.77 0 0.70 0.67 125.63 0.63 0.2
Hex 13 53 19 4D 0 46 43 7E 3F 14
Octal 23 123 31 115 0 106 103 176 77 24
Binary 10011 1010011 11001 1001101 0 1000110 1000011 1111110 111111 10100

Color Harmonies of #135319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135319

Black with #135319

Text Example


Text Example

White with #135319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135319; }

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

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

background-color css

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

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

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

border-color css

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

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

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