#17542D

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

Shades of Crusoe #17542D

Tints of Crusoe #17542D

Color information

#17542D (or 0x17542D) is unknown color: approx Crusoe. HEX triplet: 17, 54 and 2D. RGB value is (23,84,45). Sum of RGB (Red+Green+Blue) = 23+84+45=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #17542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17542D is #E8ABD2. Grayscale: #3D3D3D. Windows color (decimal): -15248339 or 2970647. OLE color: 2970647.

HSL color Cylindrical-coordinate representation of color #17542D: hue angle of 141.64º 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 #17542D is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB238445-
CMYK0.7300.460.67
HSL141.64º57.01%20.98%-
HSV(B)141.64º72.62%32.94%-
XYZ46.713.57-
YUV61.32118.79100.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=15.13%
G=55.26%
B=29.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2384450.7300.460.67141.6457.0120.98
Hex17542D4902E438e3915
Octal27124551110561032167125
Binary1011110101001011011001001010111010000111000111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17542D; }

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

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

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

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

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

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

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

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