#175332

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

Shades of Crusoe #175332

Tints of Crusoe #175332

Color information

#175332 (or 0x175332) is unknown color: approx Crusoe. HEX triplet: 17, 53 and 32. RGB value is (23,83,50). Sum of RGB (Red+Green+Blue) = 23+83+50=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #175332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175332 is #E8ACCD. Grayscale: #3D3D3D. Windows color (decimal): -15248590 or 3298071. OLE color: 3298071.

HSL color Cylindrical-coordinate representation of color #175332: hue angle of 147º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175332 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB238350-
CMYK0.7200.400.67
HSL147º56.6%20.78%-
HSV(B)147º72.29%32.55%-
XYZ4.026.64.08-
YUV61.3121.62100.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=14.74%
G=53.21%
B=32.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383500.7200.400.6714756.620.78
Hex1753324802843933915
Octal27123621100501032237125
Binary1011110100111100101001000010100010000111001001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175332; }

 p { color: rgb(23,83,50); }

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

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

 a { background-color: rgb(23,83,50); }

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

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

 span { border-color: rgb(23,83,50); }

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