#165327

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

Shades of Crusoe #165327

Tints of Crusoe #165327

Color information

#165327 (or 0x165327) is unknown color: approx Crusoe. HEX triplet: 16, 53 and 27. RGB value is (22,83,39). Sum of RGB (Red+Green+Blue) = 22+83+39=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #165327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165327 is #E9ACD8. Grayscale: #3B3B3B. Windows color (decimal): -15314137 or 2577174. OLE color: 2577174.

HSL color Cylindrical-coordinate representation of color #165327: hue angle of 136.72º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165327 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB228339-
CMYK0.7300.530.67
HSL136.72º58.1%20.59%-
HSV(B)136.72º73.49%32.55%-
XYZ3.796.52.97-
YUV59.74116.29101.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=15.28%
G=57.64%
B=27.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283390.7300.530.67136.7258.120.59
Hex1653274903543893a15
Octal26123471110651032117225
Binary1011010100111001111001001011010110000111000100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165327; }

 p { color: rgb(22,83,39); }

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

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

 a { background-color: rgb(22,83,39); }

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

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

 span { border-color: rgb(22,83,39); }

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