#175420

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

Shades of Crusoe #175420

Tints of Crusoe #175420

Color information

#175420 (or 0x175420) is unknown color: approx Crusoe. HEX triplet: 17, 54 and 20. RGB value is (23,84,32). Sum of RGB (Red+Green+Blue) = 23+84+32=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #175420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175420 is #E8ABDF. Grayscale: #3B3B3B. Windows color (decimal): -15248352 or 2118679. OLE color: 2118679.

HSL color Cylindrical-coordinate representation of color #175420: hue angle of 128.85º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175420 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB238432-
CMYK0.7300.620.67
HSL128.85º57.01%20.98%-
HSV(B)128.85º72.62%32.94%-
XYZ3.786.632.45-
YUV59.83112.29101.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.55%
GREEN value IS 84 (33.20% from 255) = 60.43%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=16.55%
G=60.43%
B=23.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2384320.7300.620.67128.8557.0120.98
Hex1754204903E43813915
Octal27124401110761032017125
Binary1011110101001000001001001011111010000111000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175420; }

 p { color: rgb(23,84,32); }

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

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

 a { background-color: rgb(23,84,32); }

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

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

 span { border-color: rgb(23,84,32); }

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