#17532D

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

Shades of Crusoe #17532D

Tints of Crusoe #17532D

Color information

#17532D (or 0x17532D) is unknown color: approx Crusoe. HEX triplet: 17, 53 and 2D. RGB value is (23,83,45). Sum of RGB (Red+Green+Blue) = 23+83+45=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #17532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17532D is #E8ACD2. Grayscale: #3C3C3C. Windows color (decimal): -15248595 or 2970391. OLE color: 2970391.

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

Color convert

RGB238345-
CMYK0.7200.460.67
HSL142º56.6%20.78%-
HSV(B)142º72.29%32.55%-
XYZ3.926.563.54-
YUV60.73119.12101.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=15.23%
G=54.97%
B=29.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383450.7200.460.6714256.620.78
Hex17532D4802E438e3915
Octal27123551100561032167125
Binary1011110100111011011001000010111010000111000111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17532D; }

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

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

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

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

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

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

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

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