Html Css Color HEX #135302 Myrtle

📋 copy color: '#135302'

red 19 ◦ green 83 ◦ blue 2

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

Shades of Myrtle #135302

Tints of Myrtle #135302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 18.27%
G = 79.81%
B = 1.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#135302 (or 0x135302) is known color: Myrtle. HEX triplet: 13, 53 and 02. RGB value is (19,83,2). Sum of RGB (Red+Green+Blue) = 19+83+2=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #135302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135302 is #ECACFD. Grayscale: #363636. Windows color (decimal): -15510782 or 152339. OLE color: 152339.

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

Color convert

RGB 19 83 2 -
CMYK 0.77 0 0.98 0.67
HSL 107.41º 0.95% 0.17% -
HSV(B) 107.41º 0.98% 0.33% -
XYZ 3.37 6.33 1.1 -
YUV 54.63 98.3 102.59 -
System Red Green Blue C M Y K H S L
Decimal 19 83 2 0.77 0 0.98 0.67 107.41 0.95 0.17
Hex 13 53 2 4D 0 62 43 6B 5F 11
Octal 23 123 2 115 0 142 103 153 137 21
Binary 10011 1010011 10 1001101 0 1100010 1000011 1101011 1011111 10001

Color Harmonies of #135302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135302

Black with #135302

Text Example


Text Example

White with #135302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135302; }

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

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

background-color css

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

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

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

border-color css

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

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

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