#17503A

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

Shades of County Green #17503A

Tints of County Green #17503A

Color information

#17503A (or 0x17503A) is unknown color: approx County Green. HEX triplet: 17, 50 and 3A. RGB value is (23,80,58). Sum of RGB (Red+Green+Blue) = 23+80+58=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #17503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17503A is #E8AFC5. Grayscale: #3C3C3C. Windows color (decimal): -15249350 or 3821591. OLE color: 3821591.

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

Color convert

RGB238058-
CMYK0.7100.280.69
HSL156.84º55.34%20.2%-
HSV(B)156.84º71.25%31.37%-
XYZ3.996.224.99-
YUV60.45126.62101.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.29%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=14.29%
G=49.69%
B=36.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2380580.7100.280.69156.8455.3420.2
Hex17503A4701C459d3714
Octal27120721070341052356724
Binary101111010000111010100011101110010001011001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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