#175221

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

Shades of Crusoe #175221

Tints of Crusoe #175221

Color information

#175221 (or 0x175221) is unknown color: approx Crusoe. HEX triplet: 17, 52 and 21. RGB value is (23,82,33). Sum of RGB (Red+Green+Blue) = 23+82+33=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #175221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175221 is #E8ADDE. Grayscale: #3A3A3A. Windows color (decimal): -15248863 or 2183703. OLE color: 2183703.

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

Color convert

RGB238233-
CMYK0.7200.600.68
HSL130.17º56.19%20.59%-
HSV(B)130.17º71.95%32.16%-
XYZ3.656.332.47-
YUV58.77113.45102.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.67%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=16.67%
G=59.42%
B=23.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382330.7200.600.68130.1756.1920.59
Hex1752214803C44823815
Octal27122411100741042027025
Binary1011110100101000011001000011110010001001000001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175221; }

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

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

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

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

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

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

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

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