Html Css Color HEX #134001 Myrtle

📋 copy color: '#134001'

red 19 ◦ green 64 ◦ blue 1

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

Shades of Myrtle #134001

Tints of Myrtle #134001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 76.19%

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 22.62%
G = 76.19%
B = 1.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#134001 (or 0x134001) is known color: Myrtle. HEX triplet: 13, 40 and 01. RGB value is (19,64,1). Sum of RGB (Red+Green+Blue) = 19+64+1=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #134001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134001 is #ECBFFE. Grayscale: #2B2B2B. Windows color (decimal): -15515647 or 81939. OLE color: 81939.

HSL color Cylindrical-coordinate representation of color #134001: hue angle of 102.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #134001 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 1 -
CMYK 0.70 0 0.98 0.75
HSL 102.86º 0.97% 0.13% -
HSV(B) 102.86º 0.98% 0.25% -
XYZ 2.11 3.81 0.65 -
YUV 43.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 19 64 1 0.70 0 0.98 0.75 102.86 0.97 0.13
Hex 13 40 1 46 0 62 4B 67 61 D
Octal 23 100 1 106 0 142 113 147 141 15
Binary 10011 1000000 1 1000110 0 1100010 1001011 1100111 1100001 1101

Color Harmonies of #134001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134001

Black with #134001

Text Example


Text Example

White with #134001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134001; }

 p { color: rgb(19,64,1); }

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

background-color css

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

 a { background-color: rgb(19,64,1); }

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

border-color css

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

 span { border-color: rgb(19,64,1); }

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