#173525

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

Shades of Cardin Green #173525

Tints of Cardin Green #173525

Color information

#173525 (or 0x173525) is unknown color: approx Cardin Green. HEX triplet: 17, 35 and 25. RGB value is (23,53,37). Sum of RGB (Red+Green+Blue) = 23+53+37=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #173525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173525 is #E8CADA. Grayscale: #2A2A2A. Windows color (decimal): -15256283 or 2438423. OLE color: 2438423.

HSL color Cylindrical-coordinate representation of color #173525: hue angle of 148º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173525 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB235337-
CMYK0.5700.300.79
HSL148º39.47%14.9%-
HSV(B)148º56.6%20.78%-
XYZ1.962.862.2-
YUV42.21125.06114.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.35%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=20.35%
G=46.90%
B=32.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2353370.5700.300.7914839.4714.9
Hex1735253901E4F9427f
Octal276545710361172244717
Binary101111101011001011110010111101001111100101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173525; }

 p { color: rgb(23,53,37); }

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

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

 a { background-color: rgb(23,53,37); }

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

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

 span { border-color: rgb(23,53,37); }

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