Html Css Color HEX #134402 Myrtle

📋 copy color: '#134402'

red 19 ◦ green 68 ◦ blue 2

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

Shades of Myrtle #134402

Tints of Myrtle #134402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 76.4%

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

R = 21.35%
G = 76.4%
B = 2.25%

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

#134402 (or 0x134402) is known color: Myrtle. HEX triplet: 13, 44 and 02. RGB value is (19,68,2). Sum of RGB (Red+Green+Blue) = 19+68+2=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 68 (26.95% from 255 or 76.40% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 68 - color contains mainly: green. Hex color #134402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134402 is #ECBBFD. Grayscale: #2E2E2E. Windows color (decimal): -15514622 or 148499. OLE color: 148499.

HSL color Cylindrical-coordinate representation of color #134402: hue angle of 104.55º 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 #134402 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 2 -
CMYK 0.72 0 0.97 0.73
HSL 104.55º 0.94% 0.14% -
HSV(B) 104.55º 0.97% 0.27% -
XYZ 2.35 4.28 0.76 -
YUV 45.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 19 68 2 0.72 0 0.97 0.73 104.55 0.94 0.14
Hex 13 44 2 48 0 61 49 69 5E E
Octal 23 104 2 110 0 141 111 151 136 16
Binary 10011 1000100 10 1001000 0 1100001 1001001 1101001 1011110 1110

Color Harmonies of #134402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134402

Black with #134402

Text Example


Text Example

White with #134402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134402; }

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

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

background-color css

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

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

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

border-color css

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

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

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