#175320

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

Shades of Crusoe #175320

Tints of Crusoe #175320

Color information

#175320 (or 0x175320) is unknown color: approx Crusoe. HEX triplet: 17, 53 and 20. RGB value is (23,83,32). Sum of RGB (Red+Green+Blue) = 23+83+32=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #175320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175320 is #E8ACDF. Grayscale: #3B3B3B. Windows color (decimal): -15248608 or 2118423. OLE color: 2118423.

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

Color convert

RGB238332-
CMYK0.7200.610.67
HSL129º56.6%20.78%-
HSV(B)129º72.29%32.55%-
XYZ3.716.472.42-
YUV59.25112.62102.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=16.67%
G=60.14%
B=23.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383320.7200.610.6712956.620.78
Hex1753204803D43813915
Octal27123401100751032017125
Binary1011110100111000001001000011110110000111000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175320; }

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

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

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

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

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

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

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

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