Html Css Color HEX #175014 Myrtle

📋 copy color: '#175014'

red 23 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #175014

Tints of Myrtle #175014

RGB

 RED value IS 23 (9.38% from 255) = 18.7%

 GREEN value IS 80 (31.64% from 255) = 65.04%

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 18.7%
G = 65.04%
B = 16.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#175014 (or 0x175014) is known color: Myrtle. HEX triplet: 17, 50 and 14. RGB value is (23,80,20). Sum of RGB (Red+Green+Blue) = 23+80+20=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #175014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #175014 is #E8AFEB. Grayscale: #383838. Windows color (decimal): -15249388 or 1331223. OLE color: 1331223.

HSL color Cylindrical-coordinate representation of color #175014: hue angle of 117º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175014 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 80 20 -
CMYK 0.71 0 0.75 0.69
HSL 117º 0.6% 0.2% -
HSV(B) 117º 0.75% 0.31% -
XYZ 3.35 5.97 1.64 -
YUV 56.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 23 80 20 0.71 0 0.75 0.69 117 0.6 0.2
Hex 17 50 14 47 0 4B 45 75 3C 14
Octal 27 120 24 107 0 113 105 165 74 24
Binary 10111 1010000 10100 1000111 0 1001011 1000101 1110101 111100 10100

Color Harmonies of #175014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175014

Black with #175014

Text Example


Text Example

White with #175014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175014; }

 p { color: rgb(23,80,20); }

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

background-color css

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

 a { background-color: rgb(23,80,20); }

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

border-color css

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

 span { border-color: rgb(23,80,20); }

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