#165821

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

Shades of Crusoe #165821

Tints of Crusoe #165821

Color information

#165821 (or 0x165821) is unknown color: approx Crusoe. HEX triplet: 16, 58 and 21. RGB value is (22,88,33). Sum of RGB (Red+Green+Blue) = 22+88+33=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #165821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165821 is #E9A7DE. Grayscale: #3E3E3E. Windows color (decimal): -15312863 or 2185238. OLE color: 2185238.

HSL color Cylindrical-coordinate representation of color #165821: hue angle of 130º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165821 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB228833-
CMYK0.7500.620.65
HSL130º60%21.57%-
HSV(B)130º75%34.51%-
XYZ4.17.262.62-
YUV62111.6399.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=15.38%
G=61.54%
B=23.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288330.7500.620.651306021.57
Hex1658214B03E41823c16
Octal26130411130761012027426
Binary1011010110001000011001011011111010000011000001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165821; }

 p { color: rgb(22,88,33); }

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

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

 a { background-color: rgb(22,88,33); }

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

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

 span { border-color: rgb(22,88,33); }

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