#17480A

Color #17480A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #17480A

Tints of Myrtle #17480A

Color information

#17480A (or 0x17480A) is unknown color: approx Myrtle. HEX triplet: 17, 48 and 0A. RGB value is (23,72,10). Sum of RGB (Red+Green+Blue) = 23+72+10=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #17480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17480A is #E8B7F5. Grayscale: #323232. Windows color (decimal): -15251446 or 673815. OLE color: 673815.

HSL color Cylindrical-coordinate representation of color #17480A: hue angle of 107.42º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17480A is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB237210-
CMYK0.6800.860.72
HSL107.42º75.61%16.08%-
HSV(B)107.42º86.11%28.24%-
XYZ2.734.841.08-
YUV50.28105.27108.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.90%
GREEN value IS 72 (28.52% from 255) = 68.57%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=21.90%
G=68.57%
B=9.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372100.6800.860.72107.4275.6116.08
Hex1748A44056486b4c10
Octal2711012104012611015311420
Binary101111001000101010001000101011010010001101011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17480A; }

 p { color: rgb(23,72,10); }

 H1.HeaderClassName
 {
   color: #17480A;
 }
 .AnyTagClassName
 {
   color: #17480A;
 }
</style>
background-color css

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

 a { background-color: rgb(23,72,10); }

 div.DivClassName
 {
   background-color: #17480A;
 }
 .BgClassName
 {
   background-color: #17480A;
 }
</style>
border-color css

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

 span { border-color: rgb(23,72,10); }

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