Html Css Color HEX #135303 Myrtle

📋 copy color: '#135303'

red 19 ◦ green 83 ◦ blue 3

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

Shades of Myrtle #135303

Tints of Myrtle #135303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.86%

R = 18.1%
G = 79.05%
B = 2.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#135303 (or 0x135303) is known color: Myrtle. HEX triplet: 13, 53 and 03. RGB value is (19,83,3). Sum of RGB (Red+Green+Blue) = 19+83+3=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #135303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135303 is #ECACFC. Grayscale: #373737. Windows color (decimal): -15510781 or 217875. OLE color: 217875.

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

Color convert

RGB 19 83 3 -
CMYK 0.77 0 0.96 0.67
HSL 108º 0.93% 0.17% -
HSV(B) 108º 0.96% 0.33% -
XYZ 3.38 6.33 1.13 -
YUV 54.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 19 83 3 0.77 0 0.96 0.67 108 0.93 0.17
Hex 13 53 3 4D 0 60 43 6C 5D 11
Octal 23 123 3 115 0 140 103 154 135 21
Binary 10011 1010011 11 1001101 0 1100000 1000011 1101100 1011101 10001

Color Harmonies of #135303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135303

Black with #135303

Text Example


Text Example

White with #135303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135303; }

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

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

background-color css

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

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

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

border-color css

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

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

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