Html Css Color HEX #145704 Myrtle

📋 copy color: '#145704'

red 20 ◦ green 87 ◦ blue 4

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

Shades of Myrtle #145704

Tints of Myrtle #145704

RGB

 RED value IS 20 (8.2% from 255) = 18.02%

 GREEN value IS 87 (34.38% from 255) = 78.38%

 BLUE value IS 4 (1.95% from 255) = 3.6%

R = 18.02%
G = 78.38%
B = 3.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#145704 (or 0x145704) is known color: Myrtle. HEX triplet: 14, 57 and 04. RGB value is (20,87,4). Sum of RGB (Red+Green+Blue) = 20+87+4=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 87 (34.38% from 255 or 78.38% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 87 - color contains mainly: green. Hex color #145704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145704 is #EBA8FB. Grayscale: #393939. Windows color (decimal): -15444220 or 284436. OLE color: 284436.

HSL color Cylindrical-coordinate representation of color #145704: hue angle of 108.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #145704 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 4 -
CMYK 0.77 0 0.95 0.66
HSL 108.43º 0.91% 0.18% -
HSV(B) 108.43º 0.95% 0.34% -
XYZ 3.72 6.97 1.26 -
YUV 57.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 20 87 4 0.77 0 0.95 0.66 108.43 0.91 0.18
Hex 14 57 4 4D 0 5F 42 6C 5B 12
Octal 24 127 4 115 0 137 102 154 133 22
Binary 10100 1010111 100 1001101 0 1011111 1000010 1101100 1011011 10010

Color Harmonies of #145704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145704

Black with #145704

Text Example


Text Example

White with #145704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145704; }

 p { color: rgb(20,87,4); }

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

background-color css

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

 a { background-color: rgb(20,87,4); }

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

border-color css

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

 span { border-color: rgb(20,87,4); }

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