Html Css Color HEX #135307 Myrtle

📋 copy color: '#135307'

red 19 ◦ green 83 ◦ blue 7

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

Shades of Myrtle #135307

Tints of Myrtle #135307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 17.43%
G = 76.15%
B = 6.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#135307 (or 0x135307) is known color: Myrtle. HEX triplet: 13, 53 and 07. RGB value is (19,83,7). Sum of RGB (Red+Green+Blue) = 19+83+7=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #135307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135307 is #ECACF8. Grayscale: #373737. Windows color (decimal): -15510777 or 480019. OLE color: 480019.

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

Color convert

RGB 19 83 7 -
CMYK 0.77 0 0.92 0.67
HSL 110.53º 0.84% 0.18% -
HSV(B) 110.53º 0.92% 0.33% -
XYZ 3.4 6.34 1.25 -
YUV 55.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 19 83 7 0.77 0 0.92 0.67 110.53 0.84 0.18
Hex 13 53 7 4D 0 5C 43 6F 54 12
Octal 23 123 7 115 0 134 103 157 124 22
Binary 10011 1010011 111 1001101 0 1011100 1000011 1101111 1010100 10010

Color Harmonies of #135307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135307

Black with #135307

Text Example


Text Example

White with #135307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135307; }

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

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

background-color css

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

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

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

border-color css

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

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

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