#17502C

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

Shades of Crusoe #17502C

Tints of Crusoe #17502C

Color information

#17502C (or 0x17502C) is unknown color: approx Crusoe. HEX triplet: 17, 50 and 2C. RGB value is (23,80,44). Sum of RGB (Red+Green+Blue) = 23+80+44=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #17502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17502C is #E8AFD3. Grayscale: #3A3A3A. Windows color (decimal): -15249364 or 2904087. OLE color: 2904087.

HSL color Cylindrical-coordinate representation of color #17502C: hue angle of 142.11º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #17502C is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB238044-
CMYK0.7100.450.69
HSL142.11º55.34%20.2%-
HSV(B)142.11º71.25%31.37%-
XYZ3.686.13.37-
YUV58.85119.62102.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=15.65%
G=54.42%
B=29.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2380440.7100.450.69142.1155.3420.2
Hex17502C4702D458e3714
Octal27120541070551052166724
Binary1011110100001011001000111010110110001011000111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17502C; }

 p { color: rgb(23,80,44); }

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

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

 a { background-color: rgb(23,80,44); }

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

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

 span { border-color: rgb(23,80,44); }

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