#175530

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

Shades of Crusoe #175530

Tints of Crusoe #175530

Color information

#175530 (or 0x175530) is unknown color: approx Crusoe. HEX triplet: 17, 55 and 30. RGB value is (23,85,48). Sum of RGB (Red+Green+Blue) = 23+85+48=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #175530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175530 is #E8AACF. Grayscale: #3E3E3E. Windows color (decimal): -15248080 or 3167511. OLE color: 3167511.

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

Color convert

RGB238548-
CMYK0.7300.440.67
HSL144.19º57.41%21.18%-
HSV(B)144.19º72.94%33.33%-
XYZ4.146.893.91-
YUV62.24119.96100.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=14.74%
G=54.49%
B=30.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2385480.7300.440.67144.1957.4121.18
Hex1755304902C43903915
Octal27125601110541032207125
Binary1011110101011100001001001010110010000111001000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175530; }

 p { color: rgb(23,85,48); }

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

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

 a { background-color: rgb(23,85,48); }

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

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

 span { border-color: rgb(23,85,48); }

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