Html Css Color HEX #134502 Myrtle

📋 copy color: '#134502'

red 19 ◦ green 69 ◦ blue 2

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

Shades of Myrtle #134502

Tints of Myrtle #134502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 76.67%

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

R = 21.11%
G = 76.67%
B = 2.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#134502 (or 0x134502) is known color: Myrtle. HEX triplet: 13, 45 and 02. RGB value is (19,69,2). Sum of RGB (Red+Green+Blue) = 19+69+2=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #134502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134502 is #ECBAFD. Grayscale: #2E2E2E. Windows color (decimal): -15514366 or 148755. OLE color: 148755.

HSL color Cylindrical-coordinate representation of color #134502: hue angle of 104.78º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #134502 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 2 -
CMYK 0.72 0 0.97 0.73
HSL 104.78º 0.94% 0.14% -
HSV(B) 104.78º 0.97% 0.27% -
XYZ 2.41 4.4 0.78 -
YUV 46.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 19 69 2 0.72 0 0.97 0.73 104.78 0.94 0.14
Hex 13 45 2 48 0 61 49 69 5E E
Octal 23 105 2 110 0 141 111 151 136 16
Binary 10011 1000101 10 1001000 0 1100001 1001001 1101001 1011110 1110

Color Harmonies of #134502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134502

Black with #134502

Text Example


Text Example

White with #134502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134502; }

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

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

background-color css

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

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

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

border-color css

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

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

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