#17522A

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

Shades of Crusoe #17522A

Tints of Crusoe #17522A

Color information

#17522A (or 0x17522A) is unknown color: approx Crusoe. HEX triplet: 17, 52 and 2A. RGB value is (23,82,42). Sum of RGB (Red+Green+Blue) = 23+82+42=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #17522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17522A is #E8ADD5. Grayscale: #3B3B3B. Windows color (decimal): -15248854 or 2773527. OLE color: 2773527.

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

Color convert

RGB238242-
CMYK0.7200.490.68
HSL139.32º56.19%20.59%-
HSV(B)139.32º71.95%32.16%-
XYZ3.796.383.22-
YUV59.8117.95101.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=15.65%
G=55.78%
B=28.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2382420.7200.490.68139.3256.1920.59
Hex17522A48031448b3815
Octal27122521100611042137025
Binary1011110100101010101001000011000110001001000101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17522A; }

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

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

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

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

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

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

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

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