#17522B

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

Shades of Crusoe #17522B

Tints of Crusoe #17522B

Color information

#17522B (or 0x17522B) is unknown color: approx Crusoe. HEX triplet: 17, 52 and 2B. RGB value is (23,82,43). Sum of RGB (Red+Green+Blue) = 23+82+43=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #17522B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17522B is #E8ADD4. Grayscale: #3C3C3C. Windows color (decimal): -15248853 or 2839063. OLE color: 2839063.

HSL color Cylindrical-coordinate representation of color #17522B: hue angle of 140.34º 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 #17522B is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB238243-
CMYK0.7200.480.68
HSL140.34º56.19%20.59%-
HSV(B)140.34º71.95%32.16%-
XYZ3.816.393.32-
YUV59.91118.45101.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.54%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=15.54%
G=55.41%
B=29.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382430.7200.480.68140.3456.1920.59
Hex17522B48030448c3815
Octal27122531100601042147025
Binary1011110100101010111001000011000010001001000110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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