#175232

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

Shades of Crusoe #175232

Tints of Crusoe #175232

Color information

#175232 (or 0x175232) is unknown color: approx Crusoe. HEX triplet: 17, 52 and 32. RGB value is (23,82,50). Sum of RGB (Red+Green+Blue) = 23+82+50=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #175232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175232 is #E8ADCD. Grayscale: #3C3C3C. Windows color (decimal): -15248846 or 3297815. OLE color: 3297815.

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

Color convert

RGB238250-
CMYK0.7200.390.68
HSL147.46º56.19%20.59%-
HSV(B)147.46º71.95%32.16%-
XYZ3.956.454.05-
YUV60.71121.95101.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.84%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=14.84%
G=52.90%
B=32.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382500.7200.390.68147.4656.1920.59
Hex1752324802744933815
Octal27122621100471042237025
Binary1011110100101100101001000010011110001001001001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175232; }

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

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

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

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

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

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

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

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