#17522D

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

Shades of Crusoe #17522D

Tints of Crusoe #17522D

Color information

#17522D (or 0x17522D) is unknown color: approx Crusoe. HEX triplet: 17, 52 and 2D. RGB value is (23,82,45). Sum of RGB (Red+Green+Blue) = 23+82+45=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #17522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17522D is #E8ADD2. Grayscale: #3C3C3C. Windows color (decimal): -15248851 or 2970135. OLE color: 2970135.

HSL color Cylindrical-coordinate representation of color #17522D: hue angle of 142.37º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17522D is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB238245-
CMYK0.7200.450.68
HSL142.37º56.19%20.59%-
HSV(B)142.37º71.95%32.16%-
XYZ3.846.413.52-
YUV60.14119.45101.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.33%
GREEN value IS 82 (32.42% from 255) = 54.67%
BLUE value IS 45 (17.97% from 255) = 30%
R=15.33%
G=54.67%
B=30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382450.7200.450.68142.3756.1920.59
Hex17522D4802D448e3815
Octal27122551100551042167025
Binary1011110100101011011001000010110110001001000111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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